Skip to content

Commit

Permalink
Update changelog and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
markbirbeck committed Aug 13, 2018
1 parent b621645 commit 0bb4f59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.10.0] - 2018-08-13
### Added
- Direct logs to stdout or stderr based on stream type returned from Docker API (#12).
- Use streaming for --showlogs (#51).

### Fixed
- Shouldn't allow both '--detach' and '--rm' (#52).

## [v0.9.0] - 2018-07-26
### Added
- Add an option to allow config files to be used by jobs (#49).
Expand Down Expand Up @@ -66,4 +74,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v0.7.1]: https://github.com/markbirbeck/docker-job/compare/v0.7.0...v0.7.1
[v0.8.0]: https://github.com/markbirbeck/docker-job/compare/v0.7.0...v0.8.0
[v0.9.0]: https://github.com/markbirbeck/docker-job/compare/v0.8.0...v0.9.0
[Unreleased]: https://github.com/markbirbeck/docker-job/compare/v0.9.0...HEAD
[v0.10.0]: https://github.com/markbirbeck/docker-job/compare/v0.9.0...v0.10.0
[Unreleased]: https://github.com/markbirbeck/docker-job/compare/v0.10.0...HEAD
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-job",
"version": "0.9.0",
"version": "0.10.0",
"description": "Run a single job as a Docker Service on Docker Swarm",
"bin": {
"dj": "./src/bin/cli.js"
Expand Down

0 comments on commit 0bb4f59

Please sign in to comment.