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 @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.3] - 2024-4-19
11+
12+ ### Fixed
13+
14+ - Fix aliased Scoop (#10 )
15+
1016## [ 0.1.2] - 2023-2-5
1117
1218### Fixed
@@ -23,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2329
2430- Initial release
2531
26- [ Unreleased ] : https://github.com/ThomasNieto/Scoop/compare/v0.1.0...HEAD
32+ [ Unreleased ] : https://github.com/ThomasNieto/Scoop/compare/v0.1.3...HEAD
33+ [ 0.1.3 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.3
2734[ 0.1.2 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.2
2835[ 0.1.1 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.1
2936[ 0.1.0 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' Scoop.psm1'
3- ModuleVersion = ' 0.1.2 '
3+ ModuleVersion = ' 0.1.3 '
44 CompatiblePSEditions = @ (' Desktop' , ' Core' )
55 GUID = ' 7603664e-144c-4083-a51d-399df057a37d'
66 Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments