Skip to content

Commit 111191d

Browse files
author
Claude
committed
[RELEASE] Bump version to v3.19.3
Version: 3.19.2 → 3.19.3 Changes: - Workspace version bumped to 3.19.3 - depyler-ruchy version and depyler-core dependency updated to 3.19.3 Verification: - cargo check --workspace passes ✅ - All 443 tests passing ✅ Next: Create git tag and publish
1 parent 588dada commit 111191d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ max_cyclomatic_complexity = 15
1919
required_documentation_coverage = 100.0
2020

2121
[workspace.package]
22-
version = "3.19.2"
22+
version = "3.19.3"
2323
edition = "2021"
2424
authors = ["Depyler Contributors"]
2525
license = "MIT OR Apache-2.0"

crates/depyler-ruchy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "depyler-ruchy"
3-
version = "3.19.2"
3+
version = "3.19.3"
44
edition = "2021"
55
authors = ["Depyler Contributors"]
66
description = "Ruchy script format backend for Depyler Python-to-Rust transpiler"
@@ -32,7 +32,7 @@ rustpython-parser = { version = "0.4", features = ["full-lexer"] }
3232
rustpython-ast = { version = "0.4" }
3333

3434
# Internal dependencies
35-
depyler-core = { path = "../depyler-core", version = "3.19.2" }
35+
depyler-core = { path = "../depyler-core", version = "3.19.3" }
3636

3737
# Logging and diagnostics
3838
tracing = "0.1"

0 commit comments

Comments
 (0)