File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.2] - 2023-2-5
11
+
12
+ ### Fixed
13
+
14
+ - Sign module (#6 /#7 )
15
+
10
16
## [ 0.1.1] - 2023-1-31
11
17
12
18
### Added
@@ -18,5 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
24
- Initial release
19
25
20
26
[ Unreleased ] : https://github.com/ThomasNieto/Scoop/compare/v0.1.0...HEAD
27
+ [ 0.1.2 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.2
21
28
[ 0.1.1 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.1
22
29
[ 0.1.0 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' Scoop.psm1'
3
- ModuleVersion = ' 0.1.1 '
3
+ ModuleVersion = ' 0.1.2 '
4
4
CompatiblePSEditions = @ (' Desktop' , ' Core' )
5
5
GUID = ' 7603664e-144c-4083-a51d-399df057a37d'
6
6
Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments