release: prepare v0.1.0

This commit is contained in:
Eddie Nielsen 2026-03-24 13:40:06 +00:00
parent 44c98f5917
commit 3cfbcfd390
3 changed files with 404 additions and 386 deletions

23
CHANGELOG.md Normal file
View file

@ -0,0 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
---
## [0.1.0] - 2026-03-24
### Added
- Initial DockerVault CLI
- Recursive Docker Compose scanning
- Classification engine (critical / review / skip)
- Named volume detection and resolution
- Missing path detection
- Borg backup command generation
- Automation mode (--automation, --quiet)
- Exit codes for scripting
- Initial pytest test suite
- Project README and documentation
### Notes
- First public foundation release of DockerVault
- Focused on backup discovery for real Docker environments