Skip to content

Commit

Permalink
hercules-ci-agent-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Nov 4, 2019
1 parent ff30ed4 commit 02e0059
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.5.0";
version = "0.6.0";
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.0] - 2019-11-04

### Changed

- Switch to Nix 2.3 and NixOS 19.09. *You should update your deployment to reflect the NixOS upgrade*, unless you're using terraform or nix-darwin, where it's automatic.
Expand Down Expand Up @@ -154,6 +156,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[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
[0.3.2]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.3.1...hercules-ci-agent-0.3.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.5.0
version: 0.6.0
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.5.0";
version = "0.6.0";
src = ./hercules-ci-agent;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit 02e0059

Please sign in to comment.