From abe10056e6664fef946b8c85b997b1a4169f1cf8 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 21 Jun 2022 12:41:54 +0200 Subject: [PATCH 1/6] hercules-ci-cnix-store-0.3.3.0 --- hercules-ci-cnix-store/CHANGELOG.md | 6 ++++++ hercules-ci-cnix-store/hercules-ci-cnix-store.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hercules-ci-cnix-store/CHANGELOG.md b/hercules-ci-cnix-store/CHANGELOG.md index 09ea25fb..753e9536 100644 --- a/hercules-ci-cnix-store/CHANGELOG.md +++ b/hercules-ci-cnix-store/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.3.3.0 - 2022-05-21 + +### Added + + - Nix 2.9 support + ## 0.3.2.0 - 2022-05-17 ### Added diff --git a/hercules-ci-cnix-store/hercules-ci-cnix-store.cabal b/hercules-ci-cnix-store/hercules-ci-cnix-store.cabal index 8d2c59a0..6a884108 100644 --- a/hercules-ci-cnix-store/hercules-ci-cnix-store.cabal +++ b/hercules-ci-cnix-store/hercules-ci-cnix-store.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: hercules-ci-cnix-store -version: 0.3.2.0 +version: 0.3.3.0 synopsis: Haskell bindings for Nix's libstore category: Nix homepage: https://docs.hercules-ci.com From 57cbffa45abc50c371a1d465f3cb9a8b854aa64f Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 21 Jun 2022 12:44:28 +0200 Subject: [PATCH 2/6] hercules-ci-cnix-expr-0.3.3.0 --- hercules-ci-cnix-expr/CHANGELOG.md | 7 +++++++ hercules-ci-cnix-expr/hercules-ci-cnix-expr.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hercules-ci-cnix-expr/CHANGELOG.md b/hercules-ci-cnix-expr/CHANGELOG.md index 313c9a12..2b8c0c9a 100644 --- a/hercules-ci-cnix-expr/CHANGELOG.md +++ b/hercules-ci-cnix-expr/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.3.3.0 - 2022-05-21 + +### Added + + - Nix 2.9 support + + ## 0.3.2.0 - 2022-05-17 ### Added diff --git a/hercules-ci-cnix-expr/hercules-ci-cnix-expr.cabal b/hercules-ci-cnix-expr/hercules-ci-cnix-expr.cabal index 05528b68..8a55325e 100644 --- a/hercules-ci-cnix-expr/hercules-ci-cnix-expr.cabal +++ b/hercules-ci-cnix-expr/hercules-ci-cnix-expr.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: hercules-ci-cnix-expr -version: 0.3.2.0 +version: 0.3.3.0 synopsis: Bindings for the Nix evaluator category: Nix, CI, Testing, DevOps homepage: https://docs.hercules-ci.com From faa81fffdbfba3e80ce05b644d840d5d0ab281fa Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 21 Jun 2022 12:46:35 +0200 Subject: [PATCH 3/6] 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 From 744a62abb6b87b1cb0e1be0c2630741cc1885057 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 21 Jun 2022 12:48:21 +0200 Subject: [PATCH 4/6] hercules-ci-cli-0.3.2 --- hercules-ci-cli/CHANGELOG.md | 6 ++++++ hercules-ci-cli/hercules-ci-cli.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hercules-ci-cli/CHANGELOG.md b/hercules-ci-cli/CHANGELOG.md index 980daf27..e9636313 100644 --- a/hercules-ci-cli/CHANGELOG.md +++ b/hercules-ci-cli/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.3.2 - 2022-06-21 + +### Added + + - Nix 2.9 support + ## 0.3.1 - 2022-05-17 ### Added diff --git a/hercules-ci-cli/hercules-ci-cli.cabal b/hercules-ci-cli/hercules-ci-cli.cabal index df734066..decbf008 100644 --- a/hercules-ci-cli/hercules-ci-cli.cabal +++ b/hercules-ci-cli/hercules-ci-cli.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: hercules-ci-cli -version: 0.3.1 +version: 0.3.2 synopsis: The hci command for working with Hercules CI homepage: https://docs.hercules-ci.com bug-reports: https://github.com/hercules-ci/hercules-ci-agent/issues From 481047799ae61a3e5c18e7015f512bc63940bc4b Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 21 Jun 2022 12:49:52 +0200 Subject: [PATCH 5/6] Correct changelog dates --- hercules-ci-cnix-expr/CHANGELOG.md | 2 +- hercules-ci-cnix-store/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hercules-ci-cnix-expr/CHANGELOG.md b/hercules-ci-cnix-expr/CHANGELOG.md index 2b8c0c9a..20d53d1c 100644 --- a/hercules-ci-cnix-expr/CHANGELOG.md +++ b/hercules-ci-cnix-expr/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 0.3.3.0 - 2022-05-21 +## 0.3.3.0 - 2022-06-21 ### Added diff --git a/hercules-ci-cnix-store/CHANGELOG.md b/hercules-ci-cnix-store/CHANGELOG.md index 753e9536..f1af34bc 100644 --- a/hercules-ci-cnix-store/CHANGELOG.md +++ b/hercules-ci-cnix-store/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 0.3.3.0 - 2022-05-21 +## 0.3.3.0 - 2022-06-21 ### Added From 77d8e1550d78b9620cad107409a7aed6415f5500 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 21 Jun 2022 12:53:04 +0200 Subject: [PATCH 6/6] hercules-ci-agent/CHANGELOG.md: Add note about module fix Wasn't caught by my changelog semi-automation. --- hercules-ci-agent/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hercules-ci-agent/CHANGELOG.md b/hercules-ci-agent/CHANGELOG.md index 3ee67185..45ee8351 100644 --- a/hercules-ci-agent/CHANGELOG.md +++ b/hercules-ci-agent/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed + - NixOS module: keep main process running when worker triggers system OOM killer. - Missing file in hackage sdist ## [0.9.5] - 2022-05-17