Skip to content

Commit

Permalink
Update for v0.2.2 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Mar 3, 2023
1 parent de0e781 commit cdb412a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2022-03-03

### Added

- Add available providers to module manifest (#19)

## [0.2.1] - 2022-02-13

### Fixed
Expand All @@ -31,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.2.2
[0.2.1]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.2.1
[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.2.1'
ModuleVersion = '0.2.2'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = 'cc680200-a0c8-40df-a004-64c3899a72c9'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit cdb412a

Please sign in to comment.