Skip to content

Commit 2a2c690

Browse files
Claudeclaude
andcommitted
[VERSION] Bump to v3.19.6
Version Changes: - Workspace version: 3.19.5 → 3.19.6 - depyler-ruchy: 3.19.5 → 3.19.6 - depyler-core dependency: 3.19.5 → 3.19.6 Includes: - 5 stdlib function implementations (sorted, reversed, sum, max, min) - DEPYLER-0190 through DEPYLER-0194 fixes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 97ac953 commit 2a2c690

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

3737
# Logging and diagnostics
3838
tracing = "0.1"

0 commit comments

Comments
 (0)