Skip to content

Commit

Permalink
Prepare release 0.2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Bot committed Jan 16, 2025
1 parent 203606e commit 516c0c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.5.9] - 2025-01-16

## [0.2.4.8] - 2024-10-15

### Fixed
Expand All @@ -25,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.3.4] - 2023-11-17

[unreleased]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.4.8...HEAD
[unreleased]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.5.9...HEAD
[0.2.5.9]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.4.8...0.2.5.9
[0.2.4.8]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.3.7...0.2.4.8
[0.2.3.7]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.2.8...0.2.3.7
[0.2.2.8]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.1.6...0.2.2.8
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'docker://ghcr.io/afterlife-guide/appsettings.merge:0.2.4.8'
image: 'docker://ghcr.io/afterlife-guide/appsettings.merge:0.2.5.9'
args:
- '-e'
- ${{ inputs.app-environment }}
Expand Down
2 changes: 1 addition & 1 deletion semver.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major":"0","minor":"2","patch":"4","build":"8"}
{"major":"0","minor":"2","patch":"5","build":"9"}

0 comments on commit 516c0c7

Please sign in to comment.