Skip to content

Commit

Permalink
Update for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Sep 21, 2024
1 parent ddb7841 commit 464792c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning][semver].

## [Unreleased]

## [0.3.0] - 2024-09-21

### Added

- Add Get-Package (#13)
- Add version range install (#17)

### Fixed

- Fix uninstall allowing versions (#10)
- Fix name on install (#15)
- Fix missing version folder (#16)

## [0.2.0] - 2024-09-16

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

- Initial release

[Unreleased]: https://github.com/anypackage/pkgx/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/anypackage/pkgx/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/anypackage/pkgx/releases/tag/v0.3.0
[0.2.0]: https://github.com/anypackage/pkgx/releases/tag/v0.2.0
[0.1.0]: https://github.com/anypackage/pkgx/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/AnyPackage.Pkgx.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackage.Pkgx.psm1'
ModuleVersion = '0.2.0'
ModuleVersion = '0.3.0'
CompatiblePSEditions = @('Core')
GUID = 'a59c17ca-0cf1-4efc-b1b6-41f3b21c586e'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit 464792c

Please sign in to comment.