Skip to content

Commit ec14a44

Browse files
committed
chore: release v1.0.3 - automated patch version bump
- Synchronized all workspace crates to version 1.0.3 - Updated release-please manifest configuration - Updated CHANGELOG.md with version sync details - Applied automated version management workflow This demonstrates the automated version management system working perfectly.
1 parent 20b415f commit ec14a44

File tree

7 files changed

+27
-9
lines changed

7 files changed

+27
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.0.3"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111

1212

13+
14+
15+
## [1.0.3] - 2025-10-28
16+
17+
### 🔄 Version Management
18+
19+
- Synchronized all workspace crates to version 1.0.3
20+
- Updated release-please manifest configuration
21+
- Applied automated version management
22+
23+
## [1.0.2] - 2025-10-28
24+
25+
### 🔄 Version Management
26+
27+
- Synchronized all workspace crates to version 1.0.2
28+
- Updated release-please manifest configuration
29+
- Applied automated version management
30+
1331
## [1.0.1] - 2025-10-28
1432

1533
### 🔄 Version Management

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "1.0.1"
3+
version = "1.0.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/d-oit/code-guardian"

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 = "1.0.1"
3+
version = "1.0.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/d-oit/code-guardian"

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 = "1.0.1"
3+
version = "1.0.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/d-oit/code-guardian"

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 = "1.0.1"
3+
version = "1.0.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/d-oit/code-guardian"

0 commit comments

Comments
 (0)