Skip to content

Commit 917e7d7

Browse files
chore(release): 3.0.1
1 parent b04b0d5 commit 917e7d7

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

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

1616
### Fixed
1717

18+
### Security
19+
20+
## [3.0.1] - 2026-05-18
21+
22+
### Fixed
23+
1824
- Website layout and copy now keep expanding with the browser width instead of stopping at fixed max-width caps on wide windows; the shared site stylesheet no longer limits the outer page shell, guide intros, leads, section headings, or guide body text to narrow fixed widths.
1925
- The command cheat sheet now keeps the "Set up a project" section balanced by summarizing scaffold extras instead of repeating the full internal Agentic guidance list.
2026
- The getting-started guide now splits the Agentic quickstart explanation into shorter paragraphs so the scaffold flow stays readable on the site.
@@ -25,8 +31,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
2531
- `nova init --example` now ships the packaged example with source-mirrored tests and `Pester.CodeCoverage.Enabled = true` by default.
2632
- The example scaffold now runs `Test-NovaBuild` against `src/**/*.ps1` without requiring a prior build, and the bundled docs describe that source-first coverage flow.
2733

28-
### Security
29-
3034
## [3.0.0] - 2026-05-17
3135

3236
### Added
@@ -407,7 +411,8 @@ This release was yanked because it removed the implicit `Pester` dependency, bef
407411
- First release to `psgallery`
408412
- All basic functionality of Module is ready
409413

410-
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/3.0.0...HEAD
414+
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/3.0.1...HEAD
415+
[3.0.1]: https://github.com/stiwicourage/NovaModuleTools/compare/3.0.0...3.0.1
411416
[3.0.0]: https://github.com/stiwicourage/NovaModuleTools/compare/2.4.0...3.0.0
412417
[2.4.0]: https://github.com/stiwicourage/NovaModuleTools/compare/2.3.1...2.4.0
413418
[2.3.1]: https://github.com/stiwicourage/NovaModuleTools/compare/2.3.0...2.3.1
@@ -427,3 +432,4 @@ This release was yanked because it removed the implicit `Pester` dependency, bef
427432
[0.0.6]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.5...Version_0.0.6
428433
[0.0.5]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.4...Version_0.0.5
429434
[0.0.4]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.3...Version_0.0.4
435+

RELEASE_NOTE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ This file summarizes the release notes for NovaModuleTools. **UNRELEASED** chang
1414

1515
### Fixed
1616

17+
### Security
18+
19+
## [3.0.1] - 2026-05-18
20+
21+
### Fixed
22+
1723
- The Agentic Copilot starter shipped by `nova init` no longer tells generated projects to use a `run.ps1` quality wrapper that the template does not include.
1824
- `nova init --example` now ships the packaged example with source-mirrored tests and code coverage enabled by default, so `Test-NovaBuild` works before a build and measures `src/**/*.ps1`.
1925

20-
### Security
21-
2226
## [3.0.0] - 2026-05-17
2327

2428
### Added
@@ -191,3 +195,4 @@ This release was yanked because it removed the implicit `Pester` dependency befo
191195
## [0.0.4] - 2024-06-25
192196
### Added
193197
- First PowerShell Gallery release of NovaModuleTools with the initial module workflow support.
198+

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": "3.0.1-preview",
4+
"Version": "3.0.1",
55
"Preamble": [
66
"Set-StrictMode -Version Latest",
77
"$ErrorActionPreference = 'Stop'"

0 commit comments

Comments
 (0)