Skip to content

Commit eba2ae4

Browse files
chore(release): 2.4.0
1 parent 8858c0c commit eba2ae4

3 files changed

Lines changed: 31 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Deprecated
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
### Security
22+
23+
## [2.4.0] - 2026-05-10
24+
25+
### Added
26+
1327
- Added a repository-local agentic coding setup under `.github/` for Copilot/AI-assisted repository work.
1428
- Includes repository instructions, focused agent role definitions, repo-specific skills, and reusable task prompts.
1529
- Aligns the agent guidance with Nova's existing PowerShell, Pester, CodeScene, GitHub Actions, and release
@@ -82,8 +96,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8296
explicitly, while the published `NovaModuleTools` manifest continues to declare that dependency for installed
8397
workflows.
8498

85-
### Security
86-
8799
## [2.3.1] - 2026-05-08
88100

89101
### Fixed
@@ -406,8 +418,8 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma
406418
- First release to `psgallery`
407419
- All basic functionality of Module is ready
408420

409-
410-
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/2.3.1...HEAD
421+
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/2.4.0...HEAD
422+
[2.4.0]: https://github.com/stiwicourage/NovaModuleTools/compare/2.3.1...2.4.0
411423
[2.3.1]: https://github.com/stiwicourage/NovaModuleTools/compare/2.3.0...2.3.1
412424
[2.3.0]: https://github.com/stiwicourage/NovaModuleTools/compare/2.2.0...2.3.0
413425
[2.2.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_2.1.0...2.2.0
@@ -425,3 +437,4 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma
425437
[0.0.6]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.5...Version_0.0.6
426438
[0.0.5]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.4...Version_0.0.5
427439
[0.0.4]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.3...Version_0.0.4
440+

RELEASE_NOTE.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,26 @@ changes will be included in the next **stable** release!
1010

1111
### Changed
1212

13-
- `Package.Latest` in `project.json` now accepts the policy values `"never"`, `"stable"`, and `"always"`.
14-
- Use `"stable"` when the floating `latest` package alias should follow stable package versions only.
15-
1613
### Deprecated
1714

18-
- Boolean `Package.Latest` values are deprecated and still map to `"always"` / `"never"` for now.
19-
- Migrate to the string-based policy values before the next major version.
20-
2115
### Removed
2216

2317
### Fixed
2418

2519
### Security
2620

21+
## [2.4.0] - 2026-05-10
22+
23+
### Changed
24+
25+
- `Package.Latest` in `project.json` now accepts the policy values `"never"`, `"stable"`, and `"always"`.
26+
- Use `"stable"` when the floating `latest` package alias should follow stable package versions only.
27+
28+
### Deprecated
29+
30+
- Boolean `Package.Latest` values are deprecated and still map to `"always"` / `"never"` for now.
31+
- Migrate to the string-based policy values before the next major version.
32+
2733
## [2.3.1] - 2026-05-08
2834

2935
### Fixed
@@ -204,3 +210,4 @@ their own `Pester` installation step. The regression was fixed in `2.3.0`.
204210
### Added
205211

206212
- First PowerShell Gallery release of NovaModuleTools with the initial module workflow support.
213+

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

0 commit comments

Comments
 (0)