Skip to content

Commit

Permalink
hercules-ci-agent-0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Mar 18, 2022
1 parent 1ad9753 commit ad0e7fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions hercules-ci-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1] - 2022-03-18

### Added

- The built-in flake support now has the `sourceInfo` attributes.

### Changed

- Flakes are checked out by Nix rather than custom local checkout.

## [0.9.0] - 2022-03-15

Expand Down Expand Up @@ -534,6 +543,7 @@ This release comes with an [Upgrade Guide! ✨](https://docs.hercules-ci.com/her

- Initial release

[0.9.1]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.9.0...hercules-ci-agent-0.9.1
[0.9.0]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.8.7...hercules-ci-agent-0.9.0
[0.8.7]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.8.6...hercules-ci-agent-0.8.7
[0.8.6]: https://github.com/hercules-ci/hercules-ci-agent/compare/hercules-ci-agent-0.8.5...hercules-ci-agent-0.8.6
Expand Down
2 changes: 1 addition & 1 deletion hercules-ci-agent/hercules-ci-agent.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: hercules-ci-agent
version: 0.9.0
version: 0.9.1
synopsis: Runs Continuous Integration tasks on your machines
category: Nix, CI, Testing, DevOps
homepage: https://docs.hercules-ci.com
Expand Down

0 comments on commit ad0e7fc

Please sign in to comment.