Skip to content

Commit 3be10e6

Browse files
committed
Bump version
1 parent 4ab679d commit 3be10e6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ body:
1818
description: "What versions are affected? Versions must be listed as supported in the Security Policy (/.github/SECURITY.md)."
1919
multiple: true
2020
options:
21-
- "v0.3.2"
22-
- "v0.3.1"
23-
- "v0.3.0"
21+
- "v0.3.3"
2422
- "v0.2.0"
2523
validations:
2624
required: false

.github/SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
| **Tag / Version** | **Target** | **Support** |
1515
|:-:|:-:|:-:|
1616
| v0.X.X | PowerShell v7.2.0 | L |
17+
| v0.3.0 \~ v0.3.2 | PowerShell v7.2.0 | 👎{🐛} |
1718
| < v0.2.X | PowerShell v7.2.0 | ❌{🐛🧓} |
1819

1920
## Report Vulnerability

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'hugoalh.GitHubActionsToolkit.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '0.3.2'
6+
ModuleVersion = '0.3.3'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)