Skip to content

Commit 44a4351

Browse files
author
Claude
committed
[VERSION] Bump to v3.19.7
Updated version for release with 6 string method fixes: - DEPYLER-0195: str.replace() type error fixed - DEPYLER-0196: str.join() type error fixed - DEPYLER-0197: str.find() return type fixed - DEPYLER-0198: str.count() implemented - DEPYLER-0199: str.isdigit() implemented - DEPYLER-0200: str.isalpha() implemented All 443/443 tests passing. Zero regressions.
1 parent cbe4036 commit 44a4351

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.6"
22+
version = "3.19.7"
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.6"
3+
version = "3.19.7"
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.6" }
35+
depyler-core = { path = "../depyler-core", version = "3.19.7" }
3636

3737
# Logging and diagnostics
3838
tracing = "0.1"

0 commit comments

Comments
 (0)