Skip to content

Commit 87863de

Browse files
authored
Release v2.0.0 (#661)
1 parent 231e9e9 commit 87863de

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Capture any error messages and or terminal output.
2929

3030
**Extension version:**
3131

32-
- Version: **[e.g. 1.0.0]**
32+
- Version: **[e.g. 2.0.0]**
3333

3434
**PSRule module version:**
3535

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ This extension is available in two release channels for Visual Studio Code from
99
- Versioning for _Preview_ follows an `year.month.revision` that increments for each release.
1010
- [Stable][ext-stable] - Less frequent releases, with more user testing, experimental features are disabled.
1111
- Uses [semantic versioning](https://semver.org/) to declare changes.
12+
- Aligned to versioning of PSRule.
1213
Continue reading to see the changes included in the latest version.
1314

1415
## Unreleased
1516

16-
- General improvements:
17-
- Added resource snippets for JSON and JSONC files. [#477](https://github.com/microsoft/PSRule-vscode/issues/477)
17+
## v2.0.0
18+
19+
What's changed since v1.7.0:
20+
21+
- PSRule v2.0.0 support:
1822
- Added resource snippets for Suppression Groups. [#588](https://github.com/microsoft/PSRule-vscode/issues/588)
19-
- Updated schema to support suppression groups. [#574](https://github.com/microsoft/PSRule-vscode/issues/574)
23+
- Updated schema to support Suppression Groups. [#574](https://github.com/microsoft/PSRule-vscode/issues/574)
2024
- Updated schema to support convert and case sensitive properties.
2125
[#626](https://github.com/microsoft/PSRule-vscode/pull/626)
2226
[#630](https://github.com/microsoft/PSRule-vscode/pull/630)
2327
- Updated schema to support improved validation of resource names. [#638](https://github.com/microsoft/PSRule-vscode/pull/638)
28+
- General improvements:
29+
- Added resource snippets for JSON and JSONC files. [#477](https://github.com/microsoft/PSRule-vscode/issues/477)
2430
- Improved compatibility with PowerShell extension. [#607](https://github.com/microsoft/PSRule-vscode/issues/607)
2531
- Supports either PowerShell or PowerShell Preview installed for running tasks.
2632
- If PowerShell extension is not installed or enabled, basic functions are still available.

0 commit comments

Comments
 (0)