Skip to content

Commit

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

## [Unreleased]

## [0.1.2] - 2023-03-15

#### Fixed

- Add module manifest help uri (#15)
- Fix slowness when adding source (#17)
- Fix NuGet.Versioning removal (#18)

## [0.1.1] - 2023-03-03

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

Initial release

[Unreleased]: https://github.com/AnyPackage/AnyPackage.Chocolatey/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Chocolatey/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.2
[0.1.1]: https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.1
[0.1.0]: https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.0
[0.0.3]: https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.0.3
Expand Down
2 changes: 1 addition & 1 deletion src/AnyPackage.Chocolatey.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackage.Chocolatey.psm1'
ModuleVersion = '0.1.1'
ModuleVersion = '0.1.2'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '070f2b8f-c7db-4566-9296-2f7cc9146bf0'
Author = 'Ethan Bergstrom'
Expand Down

0 comments on commit aa83025

Please sign in to comment.