File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 1.0.0] Unreleased
5+ ## [ 1.0.0] 2026-05-14
66
77- Support for ` delphi-logger ` added (opt-in structural logging for debug
88purposes.) [ #19 ] ( https://github.com/continuous-delphi/delphi-msbuild/issues/19 )
Original file line number Diff line number Diff line change @@ -461,16 +461,6 @@ Both scripts use the same `-RootDir` parameter and accept the same
461461pipeline object shape (` .rootDir ` property), so the same
462462` delphi-inspect.ps1 -DetectLatest ` result object works with either.
463463
464-
465- ## Maturity
466-
467- This repository is currently ` incubator ` . Both implementations are under active development.
468- It will graduate to ` stable ` once:
469-
470- - At least one downstream consumer exists.
471-
472- Until graduation, breaking changes may occur
473-
474464![ continuous-delphi logo] ( https://continuous-delphi.github.io/assets/logos/continuous-delphi-480x270.png )
475465
476466## Part of the Continuous Delphi Organization
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ $ExitRootDirError = 3
114114$ExitProjectNotFound = 4
115115$ExitBuildFailed = 5
116116
117- $script :Version = ' 0.7 .0'
117+ $script :Version = ' 1.0 .0'
118118$ToolVersion = $script :Version
119119
120120# BEGIN-CD-HOSTLOG
You can’t perform that action at this time.
0 commit comments