Skip to content

Commit

Permalink
hercules-ci-agent-0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Aug 11, 2019
1 parent 510ed95 commit f24a302
Show file tree
Hide file tree
Showing 4 changed files with 11 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 @@ -29,7 +29,7 @@ in
type = types.string;
};
package = let
version = "0.3.1";
version = "0.3.2";
in mkOption {
description = "Package containing the bin/hercules-ci-agent program";
type = types.package;
Expand Down
8 changes: 8 additions & 0 deletions hercules-ci-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2019-08-11

### Fixed

- Deploying the agent from different system (darwin to linux) resulted into
using the wrong executable


## [0.3.1] - 2019-08-07

### Changed
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: 1.12

name: hercules-ci-agent
version: 0.3.1
version: 0.3.2
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 @@ -13,7 +13,7 @@
}:
mkDerivation {
pname = "hercules-ci-agent";
version = "0.3.1";
version = "0.3.2";
src = ./hercules-ci-agent;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit f24a302

Please sign in to comment.