# Changelog
All notable changes to this project will be documented in this file.
## [0.1.3] - 2026-01-30
### 🐛 Bug Fixes
- *(ci)* Rename release binaries with target suffix
## [0.1.2] - 2026-01-30
### 🐛 Bug Fixes
- *(ci)* Remove release environment from bump-homebrew job
## [0.1.1] - 2026-01-30
### 🐛 Bug Fixes
- *(ci)* Load crates.io token from 1Password in release workflow
## [0.1.0] - 2026-01-30
### ✨ Features
- Add justfile-dev skill with plan
- Add architecture-decision-records-dev skill with plan
- Implement Phase 1 core parsing and component detection
- Implement Phase 03 CLI with subcommands and colored output
- Add init subcommand, refine help text, remove help subcommand
- Implement effect collection pattern for global --dry-run
- Structured JSON content in dry-run WriteFile output
- Implement layered config with git config, ENV, and provenance tracking
- Implement Phase 7 unified ref argument with range support
### 🐛 Bug Fixes
- Address skill validation findings
- Derive init config from types, add schema validation for fixtures
- Resolve CI lint and test failures
- Resolve clippy warnings for CI lint
- Replace deprecated cargo_bin with cargo_bin_cmd! macro
- *(ci)* Inline token generation into bump job
- *(ci)* Add cliff.toml with initial_tag = v0.1.0
- *(ci)* Use Cargo.toml as single git-cliff config source
- *(ci)* Use git-cliff CLI directly for version detection
- *(ci)* Install git-cliff to PATH via direct download
### 📝 Documentation
- Add mdBook documentation structure
- Add CONTRIBUTING guide
- Add project guidelines and references
- Add MVP plan with phase plans
- Direct to justfile-dev skill from justfile rule
- Apply GAP review findings to MVP plan
- Author ADRs 001-004 completing Phase 0
- Add Phase 06 plan for git config layered configuration
- Refine Phase 06 plan with GAP review findings
- Adopt figment for unified config, migrate components to [[components]]
- Add Phase 7 unified ref argument plan, renumber Phase 8
- Refine Phase 8 plan with GAP review findings and beads tasks
- Add reference material for beads skill plan
### ♻️ Refactor
- Update and consolidate project rules
- Rename `atomize` subcommand to `commit`, `--commit` to `--ref`
### 🎨 Styling
- Format if-let chain in walk.rs
### ✅ Testing
- Implement Phase 8 testing & documentation for v0.1.0
### 👷 CI/CD
- Add homebrew bump job to release workflow
- Add automated version bump workflow on PR merge
### 🔧 Miscellaneous
- Initialize Rust project
- Add justfile for development automation
- Add Docker scaffold
- Add Claude AI configuration
- Align git-cliff config with conventional commits and gitmoji