Skip to content

Commit 4b668bc

Browse files
authored
Update for v0.1.0 (#2)
1 parent ad3d3fe commit 4b668bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2023-1-31
11+
12+
### Added
13+
14+
- Add pipeline support (#1)
15+
1016
## [0.1.0] - 2023-1-21
1117

1218
- Initial release
1319

1420
[Unreleased]: https://github.com/ThomasNieto/Scoop/compare/v0.1.0...HEAD
21+
[0.1.1]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.1
1522
[0.1.0]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.0

src/Scoop.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'Scoop.psm1'
3-
ModuleVersion = '0.1.0'
3+
ModuleVersion = '0.1.1'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '7603664e-144c-4083-a51d-399df057a37d'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)