Skip to content

Commit 3fffba5

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](Version_1.8.0...Version_1.9.0) (2026-04-10) ### Bug Fixes * **#1:** update workflow triggers in Tests.yml ([4048279](4048279)), closes [#1](#1) * **#6:** align source implementation with installed NovaModuleTools 1.8.0 module ([#20](#20)) ([8dcd12f](8dcd12f)), closes [#6](#6) [#6](#6) [#6](#6) * **#6:** enhance Nova command model and workflows ([#24](#24)) ([#25](#25)) ([dddb341](dddb341)), closes [#6](#6) * **#6:** update module import to NovaModuleTools ([#22](#22)) ([cea12f2](cea12f2)), closes [#6](#6) [#6](#6) [#6](#6) * update module name in README from ModuleTools to NovaModuleTools ([bd9af23](bd9af23)) * update module name in workflows to NovaModuleTools ([1195995](1195995)) ### Features * add CodeScene badges for code health metrics ([e72439c](e72439c))
1 parent dddb341 commit 3fffba5

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ The format follows the principles from Keep a Changelog and the project aims to
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
### Documentation
16+
17+
## [1.9.0] - 2026-04-10
18+
19+
### Added
20+
1121
- Nova command model and CLI entrypoint:
1222
- New root command: `nova`
1323
- New public commands: `Get-NovaProjectInfo`, `Invoke-NovaBuild`, `Invoke-NovaCli`, `Invoke-NovaRelease`,

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 (10k+ lines of code) with a strong emphasis on structure, maintainability, and automated CI/CD pipelines.",
4-
"Version": "1.8.0",
4+
"Version": "1.9.0",
55
"copyResourcesToModuleRoot": false,
66
"BuildRecursiveFolders": true,
77
"SetSourcePath": true,

0 commit comments

Comments
 (0)