Skip to content

Commit

Permalink
Release v2.12.0 (#306)
Browse files Browse the repository at this point in the history
This PR was created by the [Changie release GitHub
action](https://github.com/labd/changie-release-action). When you're
ready to do a release, you can merge this and the tag v2.12.0 will be
created and the release workflow will be started. If you're not ready to
do a release yet, that's fine, whenever you add more changes to main,
this PR will be updated.

# Releases
## v2.12.0 (2023-09-28)
### Added
* Added git tags to update output
### Fixed
* Fixed lockfile interpolation of $LATEST
* Fixed tag interpolation during update check
* reworked ref resolution to also deal with include
  • Loading branch information
demeyerthom authored Sep 28, 2023
2 parents ad72556 + f161f0f commit 12e8822
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230926-150327.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20230914-161052.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20230926-150342.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20230926-164441.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/v2.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v2.12.0 (2023-09-28)
### Added
* Added git tags to update output
### Fixed
* Fixed lockfile interpolation of $LATEST
* Fixed tag interpolation during update check
* reworked ref resolution to also deal with include
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v2.12.0 (2023-09-28)
### Added
* Added git tags to update output
### Fixed
* Fixed lockfile interpolation of $LATEST
* Fixed tag interpolation during update check
* reworked ref resolution to also deal with include
## v2.11.0 (2023-09-07)
### Added
* Add state generation directly into CLI
Expand Down

0 comments on commit 12e8822

Please sign in to comment.