Skip to content

Commit f345483

Browse files
committed
🤖 Release v0.4.0
Auto-generated version bump by CodePrism AI Developer. This release includes AI-generated improvements and fixes. See release notes for detailed changes.
1 parent 52f5a93 commit f345483

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
resolver = "2"
1717

1818
[workspace.package]
19-
version = "0.3.4"
19+
version = "0.4.0"
2020
edition = "2021"
2121
authors = ["The Rustic Initiative"]
2222
license = "MIT OR Apache-2.0"

crates/codeprism-analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ walkdir = "2.4"
2121
tokio = { workspace = true, features = ["fs"] }
2222

2323
# Internal dependencies
24-
codeprism-core = { version = "0.3.3", path = "../codeprism-core" }
24+
codeprism-core = { version = "0.4.0" }
2525

2626
[dev-dependencies]
2727
tempfile.workspace = true

crates/codeprism-core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ lang-python = ["codeprism-lang-python"]
5555
lang-java = ["codeprism-lang-java"]
5656

5757
[dependencies.codeprism-lang-js]
58-
version = "0.3.0"
58+
version = "0.4.0"
5959
path = "../codeprism-lang-js"
6060
optional = true
6161

6262
[dependencies.codeprism-lang-python]
63-
version = "0.3.0"
63+
version = "0.4.0"
6464
path = "../codeprism-lang-python"
6565
optional = true
6666

6767
[dependencies.codeprism-lang-java]
68-
version = "0.3.0"
68+
version = "0.4.0"
6969
path = "../codeprism-lang-java"
7070
optional = true
7171

crates/codeprism-dev-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "Development and debugging utilities for CodePrism parser developm
1010

1111
[dependencies]
1212
# Workspace dependencies
13-
codeprism-core = { version = "0.3.3", path = "../codeprism-core" }
13+
codeprism-core = { version = "0.4.0" }
1414
anyhow.workspace = true
1515
thiserror.workspace = true
1616
serde = { workspace = true, features = ["derive"] }

crates/codeprism-moth-specs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codeprism-moth-specs"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["CodePrism Team"]
66
description = "Test specifications for CodePrism MCP server using Mandrel (Moth) test harness"

crates/mandrel-mcp-th/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mandrel-mcp-th"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["AI Assistant"]
66
description = "Mandrel MCP Test Harness - Professional testing and reporting for MCP servers"

0 commit comments

Comments
 (0)