Skip to content

Commit 74b2be7

Browse files
chore(release): 2.2.0
1 parent 212a2a5 commit 74b2be7

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
10+
1011
### Added
1112

1213
### Changed
1314

15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
## [2.2.0] - 2026-05-06
24+
25+
### Changed
26+
1427
- Align `Invoke-NovaRelease` PowerShell parameters with `Publish-NovaModule` and `% nova release`.
1528
- PowerShell release scripts can now pass `-Local`, `-Repository`, `-ModuleDirectoryPath`, and `-ApiKey` directly.
1629
- Deprecated `-PublishOption` usage should be changed in existing CI/CD automation as soon as possible.
@@ -36,8 +49,6 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma
3649
`-ModuleDirectoryPath`, and `-ApiKey` are now the primary PowerShell release parameters, while `-PublishOption` is
3750
deprecated.
3851

39-
### Removed
40-
4152
### Fixed
4253

4354
- Fix the release workflow so repository publish steps run against the freshly built `dist/` module in each CI
@@ -76,8 +87,6 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma
7687
- Standard and example scaffold flows now share the same retry-first validation behavior through the common prompt
7788
path.
7889

79-
### Security
80-
8190
## [2.1.0] - 2026-04-29
8291
### Added
8392
- Add `Install-NovaCli` and a packaged `nova` launcher so macOS and Linux users can install and run `nova` directly
@@ -333,7 +342,8 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma
333342

334343
[0.0.5]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.4...Version_0.0.5
335344

336-
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_2.1.0...HEAD
345+
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/2.2.0...HEAD
346+
[2.2.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_2.1.0...2.2.0
337347
[2.1.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_2.0.0...Version_2.1.0
338348
[2.0.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_1.9.1...Version_2.0.0
339349
[1.9.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_1.8.0...Version_1.9.0
@@ -348,3 +358,4 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma
348358
[0.0.6]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.5...Version_0.0.6
349359
[0.0.5]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.4...Version_0.0.5
350360
[0.0.4]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.3...Version_0.0.4
361+

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ProjectName": "NovaModuleTools",
33
"Description": "NovaModuleTools is an enterprise-focused evolution of ModuleTools, designed for large-scale PowerShell projects with a strong emphasis on structure, maintainability, and automated CI/CD pipelines.",
4-
"Version": "2.1.1-preview06",
4+
"Version": "2.2.0",
55
"Preamble": [
66
"Set-StrictMode -Version Latest",
77
"$ErrorActionPreference = 'Stop'"

0 commit comments

Comments
 (0)