Skip to content

Commit 6831253

Browse files
authored
Update for v0.2.2 (#27)
1 parent 1487d80 commit 6831253

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.2] - 2023-07-16
11+
12+
### Fixed
13+
14+
- Fix metadata (#26)
15+
1016
## [0.2.1] - 2023-04-17
1117

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

3642
- Initial release
3743

38-
[Unreleased]: https://github.com/anypackage/programs/compare/v0.2.1...HEAD
44+
[Unreleased]: https://github.com/anypackage/programs/compare/v0.2.2...HEAD
45+
[0.2.2]: https://github.com/anypackage/programs/releases/tag/v0.2.2
3946
[0.2.1]: https://github.com/anypackage/programs/releases/tag/v0.2.1
4047
[0.2.0]: https://github.com/anypackage/programs/releases/tag/v0.2.0
4148
[0.1.1]: https://github.com/anypackage/programs/releases/tag/v0.1.1

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.1'
3+
ModuleVersion = '0.2.2'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '84cf5334-85e0-4263-8471-60394099cefb'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)