Skip to content

Commit

Permalink
hercules-ci-agent-0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Mar 7, 2020
1 parent 4ad2a41 commit 73dcac6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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.4";
version = "0.6.5";
in
mkOption {
description = "Package containing the bin/hercules-ci-agent program";
Expand Down
3 changes: 3 additions & 0 deletions hercules-ci-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.5] - 2020-03-07

### Fixed

- Work around a systemd behavior where it didn't restart the unit
Expand Down Expand Up @@ -213,6 +215,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[0.6.5]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.6.3...hercules-ci-agent-0.6.5
[0.6.4]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.6.3...hercules-ci-agent-0.6.4
[0.6.3]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.6.2...hercules-ci-agent-0.6.3
[0.6.2]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.6.1...hercules-ci-agent-0.6.2
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.4
version: 0.6.5
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 @@ -63,7 +63,7 @@
}:
mkDerivation {
pname = "hercules-ci-agent";
version = "0.6.4";
version = "0.6.5";
src = ./hercules-ci-agent;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit 73dcac6

Please sign in to comment.