@@ -9,13 +9,74 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12+ ---
13+
14+ ## [ 1.2.0] - 2025-11-01
15+
16+ ### Added
17+ - ** Exit codes for CI/CD integration** 🚀
18+ - ` 0 ` = All harmonious (excellent or low severity)
19+ - ` 1 ` = Medium severity found (0.5-0.8)
20+ - ` 2 ` = High severity found (0.8-1.2)
21+ - ` 3 ` = Critical severity found (≥ 1.2)
22+ - Enables automated quality gates in pipelines
23+ - Build fails automatically on high/critical disharmony
24+
25+ - ** JSON output format** 📊
26+ - ` --format json ` option for machine-readable output
27+ - Structured data for tool integration
28+ - Includes severity levels, scores, and summary statistics
29+ - Perfect for IDEs, dashboards, and analytics
30+
31+ - ** Enhanced command-line interface**
32+ - Argument parsing with argparse
33+ - ` --version ` flag
34+ - ` --threshold ` option for custom thresholds
35+ - Comprehensive ` --help ` with examples
36+ - Multiple file support improved
37+
38+ - ** Enhanced README badges**
39+ - CI status badge
40+ - Version badge
41+ - Test pass rate badge
42+ - Harmony score badge (meta!)
43+ - All clickable with relevant links
44+
45+ ### Changed
46+ - Version bumped to 1.2
47+ - Improved CLI usability with better help text
48+ - Quiet mode when using JSON output
49+
50+ ### Documentation
51+ - Quick Reference guide updated with v1.2 features
52+ - Exit code examples for CI/CD
53+ - JSON output format examples
54+ - Advanced usage patterns
55+
56+ ---
57+
58+ ## [ 1.1.0] - 2025-10-31
59+
1260### Added
1361- Comprehensive documentation suite
1462- Integration templates (GitHub Actions, pre-commit, VS Code)
1563- Quick reference guide
1664- Tool comparison guide
1765- Troubleshooting guide
1866- Real-world example files
67+ - Complete refactoring journey examples
68+ - Severity level demonstrations
69+
70+ ### Documentation
71+ - USER_GUIDE.md (~ 14K words)
72+ - TUTORIAL.md (~ 19K words)
73+ - FAQ.md (~ 19K words)
74+ - PHILOSOPHY.md (~ 22K words)
75+ - ARCHITECTURE.md (~ 23K words)
76+ - API.md (~ 21K words)
77+ - COMPARISON.md (~ 11K words)
78+ - QUICK_REFERENCE.md (~ 5K words)
79+ - TROUBLESHOOTING.md (~ 11K words)
1980
2081---
2182
0 commit comments