Skip to content

Commit 953681b

Browse files
committed
release: bump version to 0.1.1
1 parent ca27eae commit 953681b

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
8+
## [0.1.1] - 2025-10-09
99

1010
### Added
1111
- Git CLI commands and GitIntegration module for repository operations

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.2.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]

crates/core/Cargo.toml

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

66
[dependencies]
@@ -22,6 +22,9 @@ toml = "0.8"
2222
uuid = { version = "1.0", features = ["v4"] }
2323
memmap2 = "0.9"
2424
smallvec = { version = "1.13", features = ["union"] }
25+
tokio = { version = "1.0", features = ["full"] }
26+
tracing = "0.1"
27+
sysinfo = "0.30"
2528

2629
[dev-dependencies]
2730
tempfile = { workspace = true }

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.2.0"
3+
version = "0.1.1"
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.2.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)