Skip to content

Commit 281916a

Browse files
committed
Release 0.6.0 delphi-compiler-versions.json now embedded into script
1 parent 1e09534 commit 281916a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ will be documented in this file.
55

66
---
77

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+
814
## [0.5.0] - 2026-03-17
915

1016
- Add new `Locate` command

source/delphi-inspect.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Set-StrictMode -Version Latest
110110
$ErrorActionPreference = 'Stop'
111111

112112
# Tool version
113-
$ToolVersion = '0.5.0'
113+
$ToolVersion = '0.6.0'
114114

115115
# Exit code constants -- single source of truth for the exit code contract.
116116
$ExitSuccess = 0 # normal completion

0 commit comments

Comments
 (0)