@@ -4,3 +4,75 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.0.5] - 2026-01-27
9+
10+ ### Added
11+
12+ - ** cli:** Add ` check ` command to evaluate rules against saved snapshots
13+ - ** cli:** Document new ` pacta check ` command and two-step snapshot workflow
14+
15+ ### Changed
16+
17+ - Format argparse argument and remove unused import
18+
19+ ### Documentation
20+
21+ - Add new example docs pages and example projects (layered, hexagonal, legacy migration)
22+ - Update CLI and examples for snapshot save/check workflow
23+
24+ ### Fixed
25+
26+ - ** check:** Update existing snapshot object in-place and save optional extra ref
27+ - ** ci:** Use --force-with-lease when pushing changelog updates
28+
29+ ### Testing
30+
31+ - ** cli:** Reformat assertion for save refs call args
32+
33+ ## [ 0.0.4] - 2026-01-26
34+
35+ ### Documentation
36+
37+ - Refresh README and getting started with architecture snapshot/history narrative
38+
39+ ### Miscellaneous
40+
41+ - ** ci:** Create PR for changelog updates instead of pushing to main
42+
43+ ## [ 0.0.3] - 2026-01-25
44+
45+ ### Added
46+
47+ - ** cli:** Show human-readable violation explanations in text output
48+ - ** cli:** Add history commands and content-addressed snapshot store
49+ - ** cli:** Add ` history trends ` with ASCII charts and optional matplotlib export
50+ - ** docs:** Document history trends command and add chart example
51+ - ** model:** Add optional layer name field and load from spec
52+
53+ ### Documentation
54+
55+ - ** contributing:** Expand contributing guide with project structure and dev workflow
56+ - ** readme:** Reposition as architecture governance tool and add demo gif
57+ - Add changelog and expand MkDocs documentation
58+
59+ ### Miscellaneous
60+
61+ - ** license:** Switch to Apache-2.0 and bump version to 0.0.2
62+ - Apply formatting and typing tweaks in history output and tests
63+ - ** cli:** Remove redundant module docstrings and __ future__ imports from chart modules
64+ - ** dev:** Add pytest-cov to dev dependencies
65+
66+ ## [ 0.0.2] - 2026-01-23
67+
68+ ### Miscellaneous
69+
70+ - ** license:** Switch to Apache-2.0 and bump version to 0.0.2
71+
72+ ## [ 0.0.1] - 2026-01-23
73+
74+ [ 0.0.5 ] : https://github.com/akhundMurad/pacta/compare/v0.0.4...v0.0.5
75+ [ 0.0.4 ] : https://github.com/akhundMurad/pacta/compare/v0.0.3...v0.0.4
76+ [ 0.0.3 ] : https://github.com/akhundMurad/pacta/compare/v0.0.2...v0.0.3
77+ [ 0.0.2 ] : https://github.com/akhundMurad/pacta/compare/v0.0.1...v0.0.2
78+
0 commit comments