From 1fb90b0e7f05ee4d024fd9ee921eb0ed483aa641 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 2 Dec 2022 19:02:42 +0000 Subject: [PATCH] hercules-ci-agent-0.9.9 --- hercules-ci-agent/CHANGELOG.md | 9 +++++++++ hercules-ci-agent/hercules-ci-agent.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/hercules-ci-agent/CHANGELOG.md b/hercules-ci-agent/CHANGELOG.md index 10f29235..f4137e26 100644 --- a/hercules-ci-agent/CHANGELOG.md +++ b/hercules-ci-agent/CHANGELOG.md @@ -5,6 +5,15 @@ 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.9] - 2022-12-02 + +### Fixed + + - The flake `templates` check now allows filtered sources. + + - Tweaks to diagnostic messages + ## [0.9.8] - 2022-11-15 ### Added diff --git a/hercules-ci-agent/hercules-ci-agent.cabal b/hercules-ci-agent/hercules-ci-agent.cabal index eec48ea1..84dd454a 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.8 +version: 0.9.9 synopsis: Runs Continuous Integration tasks on your machines category: Nix, CI, Testing, DevOps homepage: https://docs.hercules-ci.com