Skip to content

Commit

Permalink
Update for v0.1.2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Feb 7, 2024
1 parent 890b1a3 commit cd566fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2024-02-06

### Added

- Add Find-Package (#4)

## [0.1.1] - 2024-01-28

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

- Initial release

[Unreleased]: https://github.com/anypackage/modulefast/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/anypackage/modulefast/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/anypackage/modulefast/releases/tag/v0.1.2
[0.1.1]: https://github.com/anypackage/modulefast/releases/tag/v0.1.1
[0.1.0]: https://github.com/anypackage/modulefast/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/AnyPackage.ModuleFast.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'AnyPackage.ModuleFast.psm1'
ModuleVersion = '0.1.1'
ModuleVersion = '0.1.2'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '95ea8d7f-586e-42e1-83b2-2688f02d42e9'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit cd566fe

Please sign in to comment.