Skip to content

Commit d798a76

Browse files
noahgiftclaude
andcommitted
[RELEASE] Bump version to 3.20.0
Release v3.20.0: Single-Shot Compile Command **Version Update**: 3.19.30 → 3.20.0 **Major Feature**: `depyler compile` command - Compile Python scripts to standalone native binaries - Cross-platform support (Windows/Linux/macOS) - Build profile options (release/debug) - Custom output paths - Visual progress feedback **Quality Assurance**: - ✅ All tests passing (7/7 compile tests) - ✅ TDG Score: 95.5/100 (A+) - ✅ Complexity: All functions ≤10 - ✅ Clippy: Zero warnings - ✅ Build verified: Success **EXTREME TDD Protocol**: RED → GREEN → REFACTOR completed **Ticket**: DEPYLER-0380 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2a961ba commit d798a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.30"
22+
version = "3.20.0"
2323
edition = "2021"
2424
authors = ["Depyler Contributors"]
2525
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)