File tree 2 files changed +9
-2
lines changed 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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.0] - 2025-03-25
11
+
12
+ ### Added
13
+
14
+ - Add Optimize-Package (#21 )
15
+
10
16
## [ 0.2.0] - 2024-08-15
11
17
12
18
### Changed
@@ -43,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
49
44
50
- Initial release
45
51
46
- [ Unreleased ] : https://github.com/anypackage/scoop/compare/v0.2.0...HEAD
52
+ [ Unreleased ] : https://github.com/anypackage/scoop/compare/v0.3.0...HEAD
53
+ [ 0.3.0 ] : https://github.com/anypackage/scoop/releases/tag/v0.3.0
47
54
[ 0.2.0 ] : https://github.com/anypackage/scoop/releases/tag/v0.2.0
48
55
[ 0.1.4 ] : https://github.com/anypackage/scoop/releases/tag/v0.1.4
49
56
[ 0.1.3 ] : https://github.com/anypackage/scoop/releases/tag/v0.1.3
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' AnyPackage.Scoop.psm1'
3
- ModuleVersion = ' 0.2 .0'
3
+ ModuleVersion = ' 0.3 .0'
4
4
CompatiblePSEditions = @ (' Desktop' , ' Core' )
5
5
GUID = ' bc4720f6-72ad-45df-aa7d-316cb313ad5e'
6
6
Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments