Skip to content

Commit 4ac69e8

Browse files
committed
Release 1.0.0 and remove incubator status
1 parent ac3c66f commit 4ac69e8

3 files changed

Lines changed: 2 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7-
## [Unreleased]
7+
## [1.0.0] 2026-05-13
88

99
- Fix `-Json -WhatIf` so PowerShell WhatIf host messages are suppressed and
1010
standard output remains a single JSON object

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -411,17 +411,6 @@ including upward traversal (`searchParentFolders`) and monorepo patterns.
411411

412412
---
413413

414-
## Maturity
415-
416-
This repository is currently `incubator` and is under active development.
417-
It will graduate to `stable` once:
418-
419-
- At least one downstream consumer exists.
420-
421-
Until graduation, breaking changes may occur
422-
423-
---
424-
425414
## Continuous-Delphi
426415

427416
This tool is part of the [Continuous-Delphi](https://github.com/continuous-delphi)

source/delphi-clean.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ param(
206206
Set-StrictMode -Version Latest
207207
$ErrorActionPreference = 'Stop'
208208

209-
$script:ToolVersion = '0.12.0'
209+
$script:ToolVersion = '1.0.0'
210210

211211
$script:OutputLevel = $OutputLevel
212212
$script:BuiltInExcludeDirs = @('.git', '.vs', '.claude')

0 commit comments

Comments
 (0)