Skip to content

Commit d1882e2

Browse files
committed
bump version
1 parent becdb2b commit d1882e2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [unreleased]
3+
## [0.12.1] - 2025-06-16
44

55
### Security
66
- Address [CVE-2025-30399] by building with latest version of the .Net SDK (>= 8.0.314)
@@ -377,7 +377,8 @@ legendary launch --dry-run 9c203b6ed35846e8a4a9ff1e314f6593 2> >(grep "Launch pa
377377

378378
Initial release
379379

380-
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.12.0...HEAD
380+
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.12.1...HEAD
381+
[0.12.1]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.12.0...v0.12.1
381382
[0.12.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.3...v0.12.0
382383
[0.11.3]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.2...v0.11.3
383384
[0.11.2]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.1...v0.11.2

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>0.12.0</VersionPrefix>
3+
<VersionPrefix>0.12.1</VersionPrefix>
44
</PropertyGroup>
55
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
66
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8"

0 commit comments

Comments
 (0)