Skip to content

Commit 0af7ba1

Browse files
authored
Update change log for v0.1.0 (#39)
1 parent 1355a8f commit 0af7ba1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11

22
## Unreleased
33

4+
## v0.1.0
5+
6+
- Initial release
7+
8+
What's changed since pre-release v0.1.0-B181235:
9+
410
- Fix outcome filtering of summary results [#33](https://github.com/BernieWhite/PSRule/issues/33)
511
- Fix target object counter in verbose logging [#35](https://github.com/BernieWhite/PSRule/issues/35)
612
- Fix hashtable keys should be handled as fields [#36](https://github.com/BernieWhite/PSRule/issues/36)
713

8-
## v0.1.0-B181235
14+
## v0.1.0-B181235 (pre-release)
915

1016
- RuleId and RuleName are now independent. Rules are created with a name, and the RuleId is generated based on rule name and file name
1117
- Rules with the same name can exist and be cross linked with DependsOn, as long a the script file name is different
@@ -15,12 +21,12 @@
1521
- `Invoke-PSRule` has a `-Outcome` parameter instead of `-Status`
1622
- `-Outcome` supports values of `Pass`, `Fail`, `Error`, `None`, `Processed` and `All`
1723

18-
## v0.1.0-B181222
24+
## v0.1.0-B181222 (pre-release)
1925

2026
- Added rule tags to results to enable grouping and sorting [#14](https://github.com/BernieWhite/PSRule/issues/14)
2127
- Added support to check for rule tag existence. Use `*` for tag value on `-Tag` parameter with `Invoke-PSRule` and `Get-PSRule`
2228
- Added option to report rule summary using `-As` parameter of `Invoke-PSRule` [#12](https://github.com/BernieWhite/PSRule/issues/12)
2329

24-
## v0.1.0-B181212
30+
## v0.1.0-B181212 (pre-release)
2531

2632
- Initial pre-release

0 commit comments

Comments
 (0)