Skip to content

Commit

Permalink
hercules-ci-agent-0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed May 2, 2024
1 parent 29ebc35 commit e5bad41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions hercules-ci-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Add `nixSettings` configuration item, to more easily configure Nix settings such as `substituters`, overriding the system Nix settings.
- Cachix 1.7.2 support

### Fixed

- Remove most uses of `c_str()`, of which at least one exhibited undefined behavior.
- `nix-darwin` module now reads `system` correctly from the configuration.

## [0.10.1] - 2024-02-12

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.10.1
version: 0.10.2
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 e5bad41

Please sign in to comment.