Skip to content

Commit e916b0d

Browse files
authored
Update for 0.2.1 (#24)
1 parent 42f3760 commit e916b0d

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1] - 2023-04-17
11+
12+
### Fixed
13+
14+
- Fix version wildcard (#23)
15+
1016
## [0.2.0] - 2023-04-16
1117

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

3036
- Initial release
3137

32-
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Programs/compare/v0.2.0...HEAD
38+
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Programs/compare/v0.2.1...HEAD
39+
[0.2.1]: https://github.com/AnyPackage/AnyPackage.Programs/releases/tag/v0.2.1
3340
[0.2.0]: https://github.com/AnyPackage/AnyPackage.Programs/releases/tag/v0.2.0
3441
[0.1.1]: https://github.com/AnyPackage/AnyPackage.Programs/releases/tag/v0.1.1
3542
[0.1.0]: https://github.com/AnyPackage/AnyPackage.Programs/releases/tag/v0.1.0

src/AnyPackage.Programs.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'ProgramsProvider.dll'
3-
ModuleVersion = '0.2.0'
3+
ModuleVersion = '0.2.1'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '84cf5334-85e0-4263-8471-60394099cefb'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)