Skip to content

Commit

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

## [Unreleased]

## [0.2.3] - 2022-03-15

### Fixed

- Fix dependency parsing (#22)
- Fix variable name (#21)

## [0.2.2] - 2022-03-03

### Added
Expand Down Expand Up @@ -37,7 +44,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.2...HEAD
[Unreleased]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.2.3
[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
Expand Down
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.2'
ModuleVersion = '0.2.3'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = 'cc680200-a0c8-40df-a004-64c3899a72c9'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit d06d6e8

Please sign in to comment.