Skip to content

Commit 9aa7b5e

Browse files
authored
Update for v0.3.0 (#22)
1 parent bc092f9 commit 9aa7b5e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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.3.0] - 2025-03-25
11+
12+
### Added
13+
14+
- Add Optimize-Package (#21)
15+
1016
## [0.2.0] - 2024-08-15
1117

1218
### Changed
@@ -43,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4349

4450
- Initial release
4551

46-
[Unreleased]: https://github.com/anypackage/scoop/compare/v0.2.0...HEAD
52+
[Unreleased]: https://github.com/anypackage/scoop/compare/v0.3.0...HEAD
53+
[0.3.0]: https://github.com/anypackage/scoop/releases/tag/v0.3.0
4754
[0.2.0]: https://github.com/anypackage/scoop/releases/tag/v0.2.0
4855
[0.1.4]: https://github.com/anypackage/scoop/releases/tag/v0.1.4
4956
[0.1.3]: https://github.com/anypackage/scoop/releases/tag/v0.1.3

src/AnyPackage.Scoop.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'AnyPackage.Scoop.psm1'
3-
ModuleVersion = '0.2.0'
3+
ModuleVersion = '0.3.0'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = 'bc4720f6-72ad-45df-aa7d-316cb313ad5e'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)