Skip to content

Commit

Permalink
hercules-ci-agent-0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Nov 6, 2019
1 parent 8db0d7c commit 847cfc3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion for-upstream/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in
type = types.str;
};
package = let
version = "0.6.0";
version = "0.6.1";
in
mkOption {
description = "Package containing the bin/hercules-ci-agent program";
Expand Down
5 changes: 4 additions & 1 deletion hercules-ci-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### [0.6.1] - 2019-11-06

### Fixed

- Fix token leak to log caused by a library upgrade.
- Fix token leak to system log when reporting an HTTP exception. This was introduced by a library upgrade.
This was discovered after tagging 0.6.0 but before the release was
announced and before moving of the `stable` branch.
Only users of the `hercules-ci-agent` `master` branch and the unannounced
Expand Down Expand Up @@ -169,6 +171,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[0.6.1]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.6.0...hercules-ci-agent-0.6.1
[0.6.0]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.5.0...hercules-ci-agent-0.6.0
[0.5.0]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.4.0...hercules-ci-agent-0.5.0
[0.4.0]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.3.2...hercules-ci-agent-0.4.0
Expand Down
2 changes: 1 addition & 1 deletion hercules-ci-agent/hercules-ci-agent.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: hercules-ci-agent
version: 0.6.0
version: 0.6.1
homepage: https://docs.hercules-ci.com
bug-reports: https://github.com/hercules-ci/hercules-ci-agent/issues
author: Hercules Labs
Expand Down
2 changes: 1 addition & 1 deletion hercules-ci-agent/pkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}:
mkDerivation {
pname = "hercules-ci-agent";
version = "0.6.0";
version = "0.6.1";
src = ./hercules-ci-agent;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit 847cfc3

Please sign in to comment.