Skip to content

Commit aa0a31b

Browse files
chore(release): 3.3.0
1 parent e9fe238 commit aa0a31b

3 files changed

Lines changed: 27 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
99

1010
### Changed
1111

12-
- The maintained Agentic Copilot guidance shipped by Nova now uses stricter release, review, testing, and analyzer rules across prompts, skills, agents, and scaffold mirrors.
13-
- The repository and scaffolded guidance now stop earlier when required guidance files or required skills are missing, keep private-helper test ownership aligned with mirrored `tests/private/<domain>/<Helper>.Tests.ps1` paths, and require analyzer fallback guidance to reuse the repository wrapper settings.
14-
- The scaffold-sync guardrail test now verifies those release/review/test guidance expectations so future scaffold updates stay aligned with the maintained source files.
15-
1612
### Deprecated
1713

1814
### Removed
1915

2016
### Fixed
2117

18+
### Security
19+
20+
## [3.3.0] - 2026-06-16
21+
22+
### Changed
23+
24+
- The maintained Agentic Copilot guidance shipped by Nova now uses stricter release, review, testing, and analyzer rules across prompts, skills, agents, and scaffold mirrors.
25+
- The repository and scaffolded guidance now stop earlier when required guidance files or required skills are missing, keep private-helper test ownership aligned with mirrored `tests/private/<domain>/<Helper>.Tests.ps1` paths, and require analyzer fallback guidance to reuse the repository wrapper settings.
26+
- The scaffold-sync guardrail test now verifies those release/review/test guidance expectations so future scaffold updates stay aligned with the maintained source files.
27+
28+
### Fixed
29+
2230
- `Test-NovaBuild` and `% nova test -b` now complete with a visible warning when a project has no `*.Integration.Tests.ps1` files, instead of failing the build-validation flow.
2331
- The guidance explains where build-validation tests belong, tells users to add at least one `*.Integration.Tests.ps1` file before rerunning `Test-NovaBuild`, and reminds users to keep unit tests in `Invoke-NovaTest`.
2432
- The packaged example scaffold now includes a minimal `*.Integration.Tests.ps1` file that resolves the generated `ProjectName`, imports the built module, and validates `Get-ExampleGreeting`, so `nova init -e` projects can pass `Test-NovaBuild` even after the scaffold rewrites `project.json`.
2533

26-
### Security
27-
2834
## [3.2.0] - 2026-05-31
2935

3036
### Added
@@ -495,7 +501,8 @@ This release was yanked because it removed the implicit `Pester` dependency, bef
495501
- First release to `psgallery`
496502
- All basic functionality of Module is ready
497503

498-
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/3.2.0...HEAD
504+
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/3.3.0...HEAD
505+
[3.3.0]: https://github.com/stiwicourage/NovaModuleTools/compare/3.2.0...3.3.0
499506
[3.2.0]: https://github.com/stiwicourage/NovaModuleTools/compare/3.1.0...3.2.0
500507
[3.1.0]: https://github.com/stiwicourage/NovaModuleTools/compare/3.0.1...3.1.0
501508
[3.0.1]: https://github.com/stiwicourage/NovaModuleTools/compare/3.0.0...3.0.1
@@ -518,3 +525,4 @@ This release was yanked because it removed the implicit `Pester` dependency, bef
518525
[0.0.6]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.5...Version_0.0.6
519526
[0.0.5]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.4...Version_0.0.5
520527
[0.0.4]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.3...Version_0.0.4
528+

RELEASE_NOTE.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,25 @@ This file summarizes the release notes for NovaModuleTools. **UNRELEASED** chang
88

99
### Changed
1010

11-
- The shipped Agentic Copilot scaffold now includes tighter review, release, testing, and analyzer guidance so generated projects inherit the latest workflow guardrails and validation expectations.
12-
1311
### Deprecated
1412

1513
### Removed
1614

1715
### Fixed
1816

17+
### Security
18+
19+
## [3.3.0] - 2026-06-16
20+
21+
### Changed
22+
23+
- The shipped Agentic Copilot scaffold now includes tighter review, release, testing, and analyzer guidance so generated projects inherit the latest workflow guardrails and validation expectations.
24+
25+
### Fixed
26+
1927
- `Test-NovaBuild` and `% nova test -b` now complete with a visible warning when a project has no `*.Integration.Tests.ps1` files, and the guidance now explains where build-validation tests belong plus when to use `Invoke-NovaTest` instead.
2028
- The packaged example scaffold now includes a minimal build-validation integration test that resolves the generated project name before importing the built module and checking `Get-ExampleGreeting`, so `nova init -e` projects can pass `Test-NovaBuild`.
2129

22-
### Security
23-
2430
## [3.2.0] - 2026-05-31
2531

2632
### Added
@@ -264,3 +270,4 @@ This release was yanked because it removed the implicit `Pester` dependency befo
264270
## [0.0.4] - 2024-06-25
265271
### Added
266272
- First PowerShell Gallery release of NovaModuleTools with the initial module workflow support.
273+

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 build tool for Agentic Copilot PowerShell module development, with a strong emphasis on structure, maintainability, and automated CI/CD pipelines.",
4-
"Version": "3.2.1-preview02",
4+
"Version": "3.3.0",
55
"Preamble": [
66
"Set-StrictMode -Version Latest",
77
"$ErrorActionPreference = 'Stop'"

0 commit comments

Comments
 (0)