Skip to content

Commit 3fc70cc

Browse files
authored
Merge branch 'develop' into feature/133-100-code-coverage
2 parents fe905f1 + 5d13ca5 commit 3fc70cc

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6464
`latest` files in the configured package output directory.
6565
- Add opt-in skip-test support to the package, publish, and release workflows for CI/CD-oriented delivery paths where
6666
tests already ran earlier in the pipeline.
67+
68+
### Fixed
69+
70+
- Fix unsupported `nova` help invocations so they now return Nova's structured CLI validation error instead of a
71+
PowerShell parameter-binding failure.
72+
- Keep manifest/package helper edge cases aligned with their intended behavior.
73+
- Manifest settings resolution now accepts ordered dictionary metadata shapes in addition to plain hashtables.
74+
- `New-NovaPackageArtifacts` now accepts an empty metadata list and returns an empty artifact result instead of
75+
failing during parameter binding.
6776
- Centralize delivery configuration resolution so raw package upload, update notification settings, and PSGallery
6877
publishing now follow one explicit precedence model without surfacing configured secrets in error text.
6978
- Raw upload now resolves command overrides before named repository settings, then package defaults.

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

0 commit comments

Comments
 (0)