File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.0.5] - 2023-03-17
10+
11+ ### Fixed
12+
13+ - Fix missing packages with no version number (#9 )
14+
915## [ 0.0.4] - 2023-03-15
1016
1117### Fixed
@@ -29,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2935
3036Initial release
3137
32- [ Unreleased ] : https://github.com/AnyPackage/AnyPackage.WinGet/compare/v0.0.4...HEAD
38+ [ Unreleased ] : https://github.com/AnyPackage/AnyPackage.WinGet/compare/v0.0.5...HEAD
39+ [ 0.0.5 ] : https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.5
3340[ 0.0.4 ] : https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.4
3441[ 0.0.3 ] : https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.3
3542[ 0.0.2 ] : https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.2
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' AnyPackage.WinGet.psm1'
3- ModuleVersion = ' 0.0.4 '
3+ ModuleVersion = ' 0.0.5 '
44 CompatiblePSEditions = @ (' Desktop' , ' Core' )
55 GUID = ' 47e987f7-7d96-4e7b-853e-182ee6e396ae'
66 Author = ' Ethan Bergstrom'
You can’t perform that action at this time.
0 commit comments