diff --git a/hercules-ci-agent/CHANGELOG.md b/hercules-ci-agent/CHANGELOG.md index e3cb4a60..01cf2d7a 100644 --- a/hercules-ci-agent/CHANGELOG.md +++ b/hercules-ci-agent/CHANGELOG.md @@ -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 diff --git a/hercules-ci-agent/hercules-ci-agent.cabal b/hercules-ci-agent/hercules-ci-agent.cabal index bc7c8541..15997b7d 100644 --- a/hercules-ci-agent/hercules-ci-agent.cabal +++ b/hercules-ci-agent/hercules-ci-agent.cabal @@ -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