Skip to content

Commit 19ecd71

Browse files
docs: add CHANGELOG.md
1 parent e071937 commit 19ecd71

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to ConfigDrift will be documented in this file.
4+
5+
## [0.1.0] — 2026-05-14
6+
7+
### Added
8+
9+
- Initial release
10+
- Config file comparison (YAML, JSON, TOML, .env)
11+
- Environment directory scanning
12+
- Severity levels: info, warning, breaking
13+
- Breaking drift detection on critical keys (database*, auth*, api_key*, secret*, password*, token*, endpoint*)
14+
- CI gating with silent output mode
15+
- Human-readable table output
16+
- Machine-readable JSON output
17+
- `.configdrift.yaml` init command
18+
- Python 3.10+ support

0 commit comments

Comments
 (0)