Skip to content

Commit

Permalink
Update for v0.2.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Feb 13, 2023
1 parent 63d5656 commit 8ea397d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2022-02-13

### Added

- Add Latest parameter (#7)
- Add missing dynamic parameters (#8)

### Fixed

- Fix source parameter (#1)
- Fix non-existent package error (#6)

## [0.1.0] - 2022-10-27

### Added

- Initial release

[Unreleased]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.2.0
[0.1.0]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/AnyPackage.PowerShellGet.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackage.PowerShellGet.psm1'
ModuleVersion = '0.1.0'
ModuleVersion = '0.2.0'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = 'cc680200-a0c8-40df-a004-64c3899a72c9'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit 8ea397d

Please sign in to comment.