Skip to content

Commit 2c462c3

Browse files
authored
Update for v0.3.1 (#35)
1 parent f21e554 commit 2c462c3

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
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning][semver].
1010

1111
## [Unreleased]
1212

13+
## [0.3.1] - 2024-10-07
14+
15+
### Fixed
16+
17+
- Fix kb name check (#34)
18+
1319
## [0.3.0] - 2023-07-18
1420

1521
### Added
@@ -47,7 +53,8 @@ and this project adheres to [Semantic Versioning][semver].
4753

4854
- Initial release
4955

50-
[Unreleased]: https://github.com/anypackage/msu/compare/v0.3.0...HEAD
56+
[Unreleased]: https://github.com/anypackage/msu/compare/v0.3.1...HEAD
57+
[0.3.1]: https://github.com/anypackage/msu/releases/tag/v0.3.1
5158
[0.3.0]: https://github.com/anypackage/msu/releases/tag/v0.3.0
5259
[0.2.3]: https://github.com/anypackage/msu/releases/tag/v0.2.3
5360
[0.2.2]: https://github.com/anypackage/msu/releases/tag/v0.2.2

src/AnyPackage.Msu.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'MsuProvider.dll'
3-
ModuleVersion = '0.3.0'
3+
ModuleVersion = '0.3.1'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '758cc272-d0a4-49e5-9a24-7d9e730f60e1'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)