Skip to content

Commit

Permalink
Update for v0.1.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Mar 3, 2023
1 parent 96dfe4d commit 2eb215e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2023-2-5
## [0.1.2] - 2023-03-03

### Added

- Add available providers to module manifest (#7)

## [0.1.1] - 2023-02-05

### Fixed

- Sign module (#3)

## [0.1.0] - 2023-1-31
## [0.1.0] - 2023-01-31

### Added

- Initial release

[Unreleased]: https://github.com/AnyPackage/AnyPackage.Scoop/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Scoop/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/AnyPackage/AnyPackage.Scoop/releases/tag/v0.1.2
[0.1.1]: https://github.com/AnyPackage/AnyPackage.Scoop/releases/tag/v0.1.1
[0.1.0]: https://github.com/AnyPackage/AnyPackage.Scoop/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/AnyPackage.Scoop.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackage.Scoop.psm1'
ModuleVersion = '0.1.1'
ModuleVersion = '0.1.2'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = 'bc4720f6-72ad-45df-aa7d-316cb313ad5e'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit 2eb215e

Please sign in to comment.