We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c94ef commit 2a90ec6Copy full SHA for 2a90ec6
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
---
6
7
-## [0.4.0] - Unreleased
+## [0.4.0] - 2026-03-17
8
9
- Ensure `PowerShell 5.1` compatibility for the delphi-msbuild.ps1 script
10
(Tests remain the newer `pwsh`)
source/delphi-msbuild.ps1
@@ -100,7 +100,7 @@ $ExitRootDirError = 3
100
$ExitProjectNotFound = 4
101
$ExitBuildFailed = 5
102
103
-$script:Version = '0.3.0'
+$script:Version = '0.4.0'
104
105
# Resolve the Delphi root dir from the explicit -RootDir parameter or from a
106
# piped delphi-inspect result object (.rootDir property).
0 commit comments