Skip to content

Commit 464792c

Browse files
committed
Update for v0.3.0
1 parent ddb7841 commit 464792c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning][semver].
1010

1111
## [Unreleased]
1212

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+
1326
## [0.2.0] - 2024-09-16
1427

1528
### Added
@@ -22,6 +35,7 @@ and this project adheres to [Semantic Versioning][semver].
2235

2336
- Initial release
2437

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
2640
[0.2.0]: https://github.com/anypackage/pkgx/releases/tag/v0.2.0
2741
[0.1.0]: https://github.com/anypackage/pkgx/releases/tag/v0.1.0

src/AnyPackage.Pkgx.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'AnyPackage.Pkgx.psm1'
3-
ModuleVersion = '0.2.0'
3+
ModuleVersion = '0.3.0'
44
CompatiblePSEditions = @('Core')
55
GUID = 'a59c17ca-0cf1-4efc-b1b6-41f3b21c586e'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)