From ba70d4beb7043ce63655e3f14390e66850c1eee7 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 28 Jun 2023 01:23:18 +0200 Subject: [PATCH] hercules-ci-agent-0.9.12 --- hercules-ci-agent/CHANGELOG.md | 12 ++++++++++++ hercules-ci-agent/hercules-ci-agent.cabal | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/hercules-ci-agent/CHANGELOG.md b/hercules-ci-agent/CHANGELOG.md index 32a26426..6e5abac3 100644 --- a/hercules-ci-agent/CHANGELOG.md +++ b/hercules-ci-agent/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.12] - 2022-06-28 + +### Added + + - Nix 2.16 support + + - Nix 2.15 support + +### Fixed + + - Do not `chdir` the build worker. This functionality of the `process` package appears unreliable, but is not needed. + ## [0.9.11] - 2022-03-06 ### BREAKING diff --git a/hercules-ci-agent/hercules-ci-agent.cabal b/hercules-ci-agent/hercules-ci-agent.cabal index 82a58494..8e805df4 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.9.11 +version: 0.9.12 synopsis: Runs Continuous Integration tasks on your machines category: Nix, CI, Testing, DevOps homepage: https://docs.hercules-ci.com