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 authored Jul 13, 2023
1 parent edae6fb commit 7e95934
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.1.2] - 2023-07-13

### Fixed

- Fix additional parameters (#17)
- Fix latest version check (#16)

## [0.1.1] - 2023-04-21

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

- Initial release

[Unreleased]: https://github.com/anypackage/dsc/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/anypackage/dsc/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/anypackage/dsc/releases/tag/v0.1.2
[0.1.1]: https://github.com/anypackage/dsc/releases/tag/v0.1.1
[0.1.0]: https://github.com/anypackage/dsc/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/AnyPackageDsc.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackageDsc.psm1'
ModuleVersion = '0.1.1'
ModuleVersion = '0.1.2'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = 'e5131fb7-67c1-4068-b20b-9bc8b03d6976'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit 7e95934

Please sign in to comment.