Skip to content

Commit

Permalink
hercules-ci-agent-0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Mar 16, 2020
1 parent ae587be commit c364bae
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 @@ -94,7 +94,7 @@ in
type = types.str;
};
package = let
version = "0.6.5";
version = "0.6.6";
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.6] - 2020-03-16

### Fixed

- NixOS, nix-darwin modules: check the `nix-daemon` source and add option to patch an in-memory cache expiry issue
Expand Down Expand Up @@ -227,6 +229,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[0.6.6]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.6.4...hercules-ci-agent-0.6.6
[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
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.5
version: 0.6.6
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.5";
version = "0.6.6";
src = ./hercules-ci-agent;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit c364bae

Please sign in to comment.