Skip to content

Commit 197a82e

Browse files
tjp2021claude
andcommitted
docs(changelog): record the 0.2.1 release
Document the hygiene config section and the two checks that now read their targets from it instead of from hardcoded machine-specific values. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 2c4117d commit 197a82e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1] - 2026-08-19
9+
10+
### Added
11+
12+
- A `hygiene` config section that names the machine-specific targets for `devreap hygiene`. It holds `git_repos` and `zombie_dotdirs`. A leading `~/` in a repository path is expanded.
13+
14+
### Changed
15+
16+
- The sensitive-file check scans the repositories listed in `hygiene.git_repos` instead of a hardcoded `~/YNG` path, and it names the repository each hit came from.
17+
- The zombie-dotdir check reads its directory names from `hygiene.zombie_dotdirs` instead of a hardcoded list.
18+
- Both checks skip themselves when their list is empty, so a fresh install audits nothing machine-specific until someone configures it.
19+
- The built-in sensitive-file patterns are now generic. The personal credential filenames are gone.
20+
821
## [0.2.0] - 2026-08-19
922

1023
### Changed
@@ -51,5 +64,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5164
- GoReleaser-based release workflow with Homebrew tap support
5265
- MIT license
5366

67+
[0.2.1]: https://github.com/tjp2021/devreap/releases/tag/v0.2.1
5468
[0.2.0]: https://github.com/tjp2021/devreap/releases/tag/v0.2.0
5569
[0.1.0]: https://github.com/tjp2021/devreap/releases/tag/v0.1.0

0 commit comments

Comments
 (0)