From 0bb4f59645c4266a583495746d6d086b4c024c4b Mon Sep 17 00:00:00 2001 From: Mark Birbeck Date: Mon, 13 Aug 2018 14:54:35 +0100 Subject: [PATCH] Update changelog and bump version number --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 265e8d6..83fa86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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 diff --git a/package.json b/package.json index b11c13e..9c60d22 100644 --- a/package.json +++ b/package.json @@ -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"