We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e09534 commit 281916aCopy full SHA for 281916a
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ will be documented in this file.
5
6
---
7
8
+## [0.6.0] - 2026-03-17
9
+
10
+- Embed `delphi-compiler-versions.json` data into the script body so
11
+ it can be a completely stand-alone script.
12
+ [#27](https://github.com/continuous-delphi/delphi-inspect/issues/27)
13
14
## [0.5.0] - 2026-03-17
15
16
- Add new `Locate` command
source/delphi-inspect.ps1
@@ -110,7 +110,7 @@ Set-StrictMode -Version Latest
110
$ErrorActionPreference = 'Stop'
111
112
# Tool version
113
-$ToolVersion = '0.5.0'
+$ToolVersion = '0.6.0'
114
115
# Exit code constants -- single source of truth for the exit code contract.
116
$ExitSuccess = 0 # normal completion
0 commit comments