@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
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 ) .
77
8+ ## [ 0.0.6] - 2026-01-29
9+
10+ ### Added
11+
12+ - ** reporting:** Add GitHub PR markdown renderer with trends and diff detail names
13+ - ** cli:** Add GitHub report format with snapshot-based trends summary
14+ - ** action:** Add composite GitHub Action for Pacta architecture review
15+ - ** action:** Add target_dir input to control scan root
16+
17+ ### Documentation
18+
19+ - Add GitHub Action integration guide and document github output format
20+ - ** ci-integration:** Add GitHub Action comment example and document target_dir input
21+
22+ ### Miscellaneous
23+
24+ - Update changelog for v0.0.5
25+ - ** ci:** Simplify changelog PR workflow
26+ - ** cli:** Remove unused __ future__ annotations import from _ trends.py
27+ - ** ci:** Update test-action workflow to use simple-layered-app example
28+ - ** examples:** Track pacta snapshots for simple-layered-app
29+ - ** gitignore:** Remove test-action GitHub workflow
30+ - ** examples/simple-layered-app:** Remove pacta snapshot objects and latest ref
31+
32+ ### Ci
33+
34+ - Add workflow to test action and support local pacta install option
35+
836## [ 0.0.5] - 2026-01-27
937
1038### Added
@@ -71,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7199
72100## [ 0.0.1] - 2026-01-23
73101
102+ [ 0.0.6 ] : https://github.com/akhundMurad/pacta/compare/v0.0.5...v0.0.6
74103[ 0.0.5 ] : https://github.com/akhundMurad/pacta/compare/v0.0.4...v0.0.5
75104[ 0.0.4 ] : https://github.com/akhundMurad/pacta/compare/v0.0.3...v0.0.4
76105[ 0.0.3 ] : https://github.com/akhundMurad/pacta/compare/v0.0.2...v0.0.3
0 commit comments