Skip to content

Commit ca27eae

Browse files
committed
release: bump version to 0.2.0
1 parent 9c93619 commit ca27eae

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code_guardian_cli"
3-
version = "0.1.1-alpha"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code-guardian-core"
3-
version = "0.1.1-alpha"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

crates/output/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code-guardian-output"
3-
version = "0.1.1-alpha"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

crates/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code-guardian-storage"
3-
version = "0.1.1-alpha"
3+
version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)