From faa81fffdbfba3e80ce05b644d840d5d0ab281fa Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 21 Jun 2022 12:46:35 +0200 Subject: [PATCH] hercules-ci-agent-0.9.6 --- hercules-ci-agent/CHANGELOG.md | 10 ++++++++++ hercules-ci-agent/hercules-ci-agent.cabal | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/hercules-ci-agent/CHANGELOG.md b/hercules-ci-agent/CHANGELOG.md index 1ce23590..3ee67185 100644 --- a/hercules-ci-agent/CHANGELOG.md +++ b/hercules-ci-agent/CHANGELOG.md @@ -5,6 +5,16 @@ 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.6] - 2022-06-21 + +### Added + + - Nix 2.9 support + +### Fixed + + - Missing file in hackage sdist + ## [0.9.5] - 2022-05-17 ### Added diff --git a/hercules-ci-agent/hercules-ci-agent.cabal b/hercules-ci-agent/hercules-ci-agent.cabal index 477f1111..d2ece639 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.5 +version: 0.9.6 synopsis: Runs Continuous Integration tasks on your machines category: Nix, CI, Testing, DevOps homepage: https://docs.hercules-ci.com