File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ 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.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.0] - 2025-10-09
9+
10+ ### Added
11+ - Git CLI commands and GitIntegration module for repository operations
12+ - Dev container configuration
13+
14+ ### Fixed
15+ - Text formatter for cross-platform compatibility
16+ - Test updates for match data checking
17+ - Removed enforce_styling from text formatter
18+
19+ ### Changed
20+ - CI agent tools updates and lib.rs cleanups
21+ - Documentation updates including atomic-commit command and git integration demo
22+
823## [ 0.1.1-alpha] - 2025-10-07
924
1025### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " code_guardian_cli"
3- version = " 0.1.1-alpha "
3+ version = " 0.2.0 "
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " code-guardian-core"
3- version = " 0.1.1-alpha "
3+ version = " 0.2.0 "
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " code-guardian-output"
3- version = " 0.1.1-alpha "
3+ version = " 0.2.0 "
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " code-guardian-storage"
3- version = " 0.1.1-alpha "
3+ version = " 0.2.0 "
44edition = " 2021"
55
66[dependencies ]
You can’t perform that action at this time.
0 commit comments