Skip to content

Commit ed79ec1

Browse files
committed
Initial Release 1.0.0
1 parent bda37ab commit ed79ec1

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All 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
88
purposes.) [#19](https://github.com/continuous-delphi/delphi-msbuild/issues/19)

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -461,16 +461,6 @@ Both scripts use the same `-RootDir` parameter and accept the same
461461
pipeline 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

source/delphi-msbuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)