Skip to content

Commit

Permalink
Release v0.5.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Sep 8, 2022
1 parent 52e4940 commit 120d6d6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Capture any error messages and or verbose messages with `-Verbose`.
**Module in use and version:**

- Module: PSRule.Monitor
- Version: **[e.g. 0.1.0]**
- Version: **[e.g. 0.5.0]**

Captured output from `$PSVersionTable`:

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
- **Code changes**
- [ ] Have unit tests created/ updated
- [ ] Link to a filed issue
- [ ] [Change log](https://github.com/Microsoft/PSRule.Monitor/blob/main/CHANGELOG.md) has been updated with change under unreleased section
- [ ] [Change log](https://github.com/microsoft/PSRule.Monitor/blob/main/CHANGELOG.md) has been updated with change under unreleased section
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

## Unreleased

## v0.5.0

What's changed since v0.4.0:

- Engineering:
- Bump PSRule to v2.3.2.
[#90](https://github.com/microsoft/PSRule.Monitor/pull/90)
- Bump Microsoft.PowerShell.SDK to v7.2.6.
[#80](https://github.com/microsoft/PSRule.Monitor/pull/80)
- Bump Microsoft.NET.Test.Sdk to v17.3.0.
[#79](https://github.com/microsoft/PSRule.Monitor/pull/79)
- Upgrade support projects to .NET 6 by @BernieWhite.
[#83](https://github.com/microsoft/PSRule.Monitor/issues/83)
- Automatically update PowerShell dependencies by @BernieWhite.
[#84](https://github.com/microsoft/PSRule.Monitor/issues/84)
- Update Pester tests to v5 by @BernieWhite.
[#15](https://github.com/microsoft/PSRule.Monitor/issues/15)
- Added code signing and SBOM metadata by @BernieWhite.
[#86](https://github.com/microsoft/PSRule.Monitor/issues/86)

What's changed since pre-release v0.5.0-B0014:

- No additional changes.

## v0.5.0-B0014 (pre-release)

What's changed since pre-release v0.5.0-B0005:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ or contact [[email protected]](mailto:[email protected]) with any addi
This project is [licensed under the MIT License](LICENSE).

[install]: docs/scenarios/install-instructions.md
[ci-badge]: https://dev.azure.com/bewhite/PSRule.Monitor/_apis/build/status/PSRule.Monitor-CI?branchName=main
[module]: https://www.powershellgallery.com/packages/PSRule.Monitor
[engine]: https://github.com/Microsoft/PSRule
[issue]: https://github.com/Microsoft/PSRule.Monitor/issues
Expand Down

0 comments on commit 120d6d6

Please sign in to comment.