Skip to content

Commit 784a3ab

Browse files
authored
Update for v0.2.0 (#22)
1 parent 30de6a4 commit 784a3ab

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0] - 2023-04-16
11+
12+
### Added
13+
14+
- Add package metadata (#20)
15+
16+
### Fixed
17+
18+
- Fix version filter for packages without version (#21)
19+
1020
## [0.1.1] - 2023-04-05
1121

1222
### Changed
@@ -19,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1929

2030
- Initial release
2131

22-
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Scoop/compare/v0.1.1...HEAD
23-
[0.1.1]: https://github.com/AnyPackage/AnyPackage.Scoop/releases/tag/v0.1.1
24-
[0.1.0]: https://github.com/AnyPackage/AnyPackage.Scoop/releases/tag/v0.1.0
32+
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Programs/compare/v0.2.0...HEAD
33+
[0.2.0]: https://github.com/AnyPackage/AnyPackage.Programs/releases/tag/v0.2.0
34+
[0.1.1]: https://github.com/AnyPackage/AnyPackage.Programs/releases/tag/v0.1.1
35+
[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.1.1'
3+
ModuleVersion = '0.2.0'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '84cf5334-85e0-4263-8471-60394099cefb'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)