Skip to content

Commit cf6ac88

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](Version_2.0.0...Version_2.1.0) (2026-04-29) ### Bug Fixes * Merge remote-tracking branch 'origin/develop' into develop ([bfc806b](bfc806b)) ### Features * **#140:** enhance release automation and CI support ([6c85b69](6c85b69)), closes [#140](#140)
1 parent 6297910 commit cf6ac88

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Removed
2121

22+
## [2.1.0] - 2026-04-29
23+
24+
### Added
25+
26+
### Fixed
27+
28+
### Changed
29+
30+
### Documentation
31+
32+
### Removed
33+
2234
## [2.0.0] - 2026-04-29
2335

2436
### Added
@@ -324,7 +336,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
324336

325337
[0.0.5]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.4...Version_0.0.5
326338

327-
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_2.0.0...HEAD
339+
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_2.1.0...HEAD
340+
[2.1.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_2.0.0...Version_2.1.0
328341
[2.0.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_1.9.1...Version_2.0.0
329342
[1.9.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_1.8.0...Version_1.9.0
330343
[1.8.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_1.7.0...Version_1.8.0

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

0 commit comments

Comments
 (0)