Skip to content

Commit

Permalink
Update for v0.0.4 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Mar 16, 2023
1 parent d746728 commit c86a6af
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 @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4] - 2023-03-15

### Fixed

- Fix slowness when adding source (#7)
- Fix NuGet.Versioning removal (#8)

## [0.0.3] - 2023-03-03

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

Initial release

[Unreleased]: https://github.com/AnyPackage/AnyPackage.WinGet/compare/v0.0.3...HEAD
[Unreleased]: https://github.com/AnyPackage/AnyPackage.WinGet/compare/v0.0.4...HEAD
[0.0.4]: https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.4
[0.0.3]: https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.3
[0.0.2]: https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.2
[0.0.1]: https://github.com/AnyPackage/AnyPackage.WinGet/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion src/AnyPackage.WinGet.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackage.WinGet.psm1'
ModuleVersion = '0.0.3'
ModuleVersion = '0.0.4'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '47e987f7-7d96-4e7b-853e-182ee6e396ae'
Author = 'Ethan Bergstrom'
Expand Down

0 comments on commit c86a6af

Please sign in to comment.