File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning][semver].
10
10
11
11
## [ Unreleased]
12
12
13
+ ## [ 0.3.0] - 2024-09-21
14
+
15
+ ### Added
16
+
17
+ - Add Get-Package (#13 )
18
+ - Add version range install (#17 )
19
+
20
+ ### Fixed
21
+
22
+ - Fix uninstall allowing versions (#10 )
23
+ - Fix name on install (#15 )
24
+ - Fix missing version folder (#16 )
25
+
13
26
## [ 0.2.0] - 2024-09-16
14
27
15
28
### Added
@@ -22,6 +35,7 @@ and this project adheres to [Semantic Versioning][semver].
22
35
23
36
- Initial release
24
37
25
- [ Unreleased ] : https://github.com/anypackage/pkgx/compare/v0.2.0...HEAD
38
+ [ Unreleased ] : https://github.com/anypackage/pkgx/compare/v0.3.0...HEAD
39
+ [ 0.3.0 ] : https://github.com/anypackage/pkgx/releases/tag/v0.3.0
26
40
[ 0.2.0 ] : https://github.com/anypackage/pkgx/releases/tag/v0.2.0
27
41
[ 0.1.0 ] : https://github.com/anypackage/pkgx/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' AnyPackage.Pkgx.psm1'
3
- ModuleVersion = ' 0.2 .0'
3
+ ModuleVersion = ' 0.3 .0'
4
4
CompatiblePSEditions = @ (' Core' )
5
5
GUID = ' a59c17ca-0cf1-4efc-b1b6-41f3b21c586e'
6
6
Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments