Skip to content

Commit 8db7689

Browse files
committed
Release 0.8.0 -WhatIf and other cleanup
#10, #11, #12, #13, #14
1 parent c7f426a commit 8db7689

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

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

55
---
66

7+
## [0.8.0] 2026-03-30
8+
9+
- Fix `-WhatIf` not displaying a summary of file+directory count to
10+
be deleted.
11+
[#10](https://github.com/continuous-delphi/delphi-clean/issues/10)
12+
13+
- Fix `-WhatIf` not displaying individual files+directories to be
14+
deleted.
15+
[#13](https://github.com/continuous-delphi/delphi-clean/issues/13)
16+
17+
- Combine `ExcludeDirPattern` and `ExcludeDirectories` into a
18+
single `ExcludeDirectoryPattern` parameter
19+
[#14](https://github.com/continuous-delphi/delphi-clean/issues/14)
20+
21+
- Document supported exit codes in Readme
22+
[#11](https://github.com/continuous-delphi/delphi-clean/issues/11)
23+
24+
- Debugging tool: output `Exit Code = #` when using `-Verbose`
25+
[#12](https://github.com/continuous-delphi/delphi-clean/issues/12)
26+
727
## [0.7.0] 2026-03-29
828

929
- Move to "basic+standard+deep" cleanup levels
10-
[#8](https://github.com/continuous-delphi/delphi-clean/issues/8)
30+
[#8](https://github.com/continuous-delphi/delphi-clean/issues/8)
1131

1232
## [0.6.0] 2026-03-26
1333

source/delphi-clean.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ param(
8585
Set-StrictMode -Version Latest
8686
$ErrorActionPreference = 'Stop'
8787

88-
$ToolVersion = '0.7.0'
88+
$ToolVersion = '0.8.0'
8989

9090
if ($Version) {
9191
if ($Format -eq 'json') {

0 commit comments

Comments
 (0)