bump version

This commit is contained in:
Chris
2025-07-25 14:05:59 -06:00
parent c069e16e63
commit 9a901efae0
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## [unreleased]
## [0.12.2] - 2025-07-25
### Bug Fixes
- Fix `/autorun` requiring a filter (`/edo`, `/edh`, etc...). `/autorun` without a filter will launch the first
@ -383,7 +383,8 @@ legendary launch --dry-run 9c203b6ed35846e8a4a9ff1e314f6593 2> >(grep "Launch pa
Initial release
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.12.1...HEAD
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.12.2...HEAD
[0.12.2]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.3...v0.12.0
[0.11.3]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.2...v0.11.3

View File

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.12.1</VersionPrefix>
<VersionPrefix>0.12.2</VersionPrefix>
</PropertyGroup>
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8"