Skip to content

Commit fd60a2d

Browse files
committed
Release 0.5.0 initial pre-release
1 parent 4f911d6 commit fd60a2d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project follows Semantic Versioning.
88

99
---
1010

11-
## [1.0.0] - 2026-03-07
11+
## [0.5.0] - 2026-03-07
1212

1313
### Added
1414

src/ContinuousDelphi.Tools/ContinuousDelphi.Tools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'ContinuousDelphi.Tools.psm1'
3-
ModuleVersion = '1.0.0'
3+
ModuleVersion = '0.5.0'
44
GUID = '9e6d3f3e-6c6c-4b1c-9c7a-3c4d4c9a7b11'
55

66
Author = 'Darian Miller'

tools/tag-release.cd-tool-pwsh.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if (-not (Test-Path -LiteralPath $changelogPath -PathType Leaf)) {
117117
}
118118

119119
$changelogContent = Get-Content -LiteralPath $changelogPath -Raw -Encoding utf8
120-
if ($changelogContent -notmatch ("(?m)^## \[{0}\]\b" -f [regex]::Escape($Version))) {
120+
if ($changelogContent -notmatch ("(?m)^## \[{0}\]\s+-\s+\d{{4}}-\d{{2}}-\d{{2}}$" -f [regex]::Escape($Version))) {
121121
Fail "CHANGELOG.md does not contain a section header for [$Version]."
122122
}
123123

0 commit comments

Comments
 (0)