Skip to content

Commit

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

## [Unreleased]

### Added

- Evaluation log

- Configurable log level via config file or `extraOptions`

### Changed

- Default log level is `InfoS` rather than `DebugS`

## [0.7.2] - 2020-06-18

### 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: 2.4

name: hercules-ci-agent
version: 0.7.2
version: 0.7.3
synopsis: Runs Continuous Integration tasks on your machines
category: Nix, CI, Testing, DevOps
homepage: https://docs.hercules-ci.com
Expand Down

0 comments on commit a738590

Please sign in to comment.