Skip to content

Commit 573deb3

Browse files
authored
Release v0.3.0 (#155)
1 parent 056e0e0 commit 573deb3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Capture any error messages and or verbose messages with `-Verbose`.
3030
**Module in use and version:**
3131

3232
- Module: PSRule.Rules.GitHub
33-
- Version: **[e.g. 0.2.0]**
33+
- Version: **[e.g. 0.3.0]**
3434

3535
Captured output from `$PSVersionTable`:
3636

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## Unreleased
44

5+
## v0.3.0
6+
7+
What's changed since v0.2.0:
8+
9+
- Engineering:
10+
- Added support for NuGet publishing by @BernieWhite.
11+
[#132](https://github.com/microsoft/PSRule.Rules.GitHub/issues/132)
12+
- Bump PSRule to v2.2.0.
13+
[#123](https://github.com/microsoft/PSRule.Rules.GitHub/pull/123)
14+
- Bump Octokit to v1.0.1.
15+
[#137](https://github.com/microsoft/PSRule.Rules.GitHub/pull/137)
16+
- Update packaging for code signing and SBOM by @BernieWhite.
17+
[#131](https://github.com/microsoft/PSRule.Rules.GitHub/issues/131)
18+
- Bump xunit to v2.4.2.
19+
[#138](https://github.com/microsoft/PSRule.Rules.GitHub/pull/138)
20+
21+
What's changed since pre-release v0.3.0-B0008:
22+
23+
- No additional changes.
24+
525
## v0.3.0-B0008 (pre-release)
626

727
What's changed since v0.2.0:

0 commit comments

Comments
 (0)