Skip to content

Commit 1065e49

Browse files
committed
bump version
1 parent 054c5bd commit 1065e49

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.10.0] - 2024-05-01
44

55
### New Features
66
- Add ability to download products if they aren't yet installed
@@ -286,7 +286,8 @@ legendary launch --dry-run 9c203b6ed35846e8a4a9ff1e314f6593 2> >(grep "Launch pa
286286

287287
Initial release
288288

289-
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.9.0...HEAD
289+
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.10.0...HEAD
290+
[0.10.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.9.0...v0.10.0
290291
[0.9.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.8.2...v0.9.0
291292
[0.8.2]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.8.1...v0.8.2
292293
[0.8.1]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.8.0...v0.8.1

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.9.0</VersionPrefix>
3+
<VersionPrefix>0.10.0</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)