Skip to content

Commit

Permalink
Prepare release 0.2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Bot committed Feb 12, 2025
1 parent 6b912cc commit 5d44e50
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.6.10] - 2025-02-12

## [0.2.5.9] - 2025-01-16

## [0.2.4.8] - 2024-10-15
Expand All @@ -27,7 +29,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.5.9...HEAD
[unreleased]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.6.10...HEAD
[0.2.6.10]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.2.5.9...0.2.6.10
[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
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.5.9'
image: 'docker://ghcr.io/afterlife-guide/appsettings.merge:0.2.6.10'
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":"5","build":"9"}
{"major":"0","minor":"2","patch":"6","build":"10"}

0 comments on commit 5d44e50

Please sign in to comment.