Skip to content

Commit b15fdd9

Browse files
authored
Merge pull request #484 from Afterlife-Guide/master
Merge master into develop branch
2 parents ae0d05e + ffe1f7e commit b15fdd9

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.7.28] - 2026-06-10
11+
1012
## [0.4.6.27] - 2026-04-22
1113

1214
## [0.4.5.26] - 2026-04-15
@@ -115,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115117

116118
## [0.1.3.4] - 2023-11-17
117119

118-
[unreleased]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.4.6.27...HEAD
120+
[unreleased]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.4.7.28...HEAD
121+
[0.4.7.28]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.4.6.27...0.4.7.28
119122
[0.4.6.27]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.4.5.26...0.4.6.27
120123
[0.4.5.26]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.4.4.25...0.4.5.26
121124
[0.4.4.25]: https://github.com/Afterlife-Guide/AppSettings.Merge/compare/0.4.3.24...0.4.4.25

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
required: true
1010
runs:
1111
using: 'docker'
12-
image: 'docker://ghcr.io/afterlife-guide/appsettings.merge:0.4.6.27'
12+
image: 'docker://ghcr.io/afterlife-guide/appsettings.merge:0.4.7.28'
1313
args:
1414
- '-e'
1515
- ${{ inputs.app-environment }}

semver.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"major":"0","minor":"4","patch":"6","build":"27"}
1+
{"major":"0","minor":"4","patch":"7","build":"28"}

0 commit comments

Comments
 (0)