File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 33All notable changes are documented in this file.
44Lines marked “(!)” indicate a breaking change.
55
6+ ## [ 0.50.0] ( https://github.com/TritonVM/triton-vm/compare/v0.49.0..v0.50.0 ) - 2025-06-27
7+
8+ ### ⚡️ Performance
9+
10+ - Avoid allocation during RAM-frugal proving ([ 47509643] ( https://github.com/TritonVM/triton-vm/commit/47509643 ) )
11+ - Don't allocate when hashing FRI table rows ([ 27f67129] ( https://github.com/TritonVM/triton-vm/commit/27f67129 ) )
12+
613## [ 0.49.0] ( https://github.com/TritonVM/triton-vm/compare/v0.48.0..v0.49.0 ) - 2025-06-18
714
815### ✨ Features
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ opt-level = 1
2525build-override.opt-level = 3
2626
2727[workspace .package ]
28- version = " 0.49 .0"
28+ version = " 0.50 .0"
2929edition = " 2024"
3030rust-version = " 1.85"
3131authors = [" Triton Software AG" ]
@@ -36,22 +36,22 @@ readme = "README.md"
3636documentation = " https://triton-vm.org/spec/"
3737
3838[workspace .dependencies .air ]
39- version = " 0.49 .0"
39+ version = " 0.50 .0"
4040path = " triton-air"
4141package = " triton-air"
4242
4343[workspace .dependencies .constraint-builder ]
44- version = " 0.49 .0"
44+ version = " 0.50 .0"
4545path = " triton-constraint-builder"
4646package = " triton-constraint-builder"
4747
4848[workspace .dependencies .constraint-circuit ]
49- version = " 0.49 .0"
49+ version = " 0.50 .0"
5050path = " triton-constraint-circuit"
5151package = " triton-constraint-circuit"
5252
5353[workspace .dependencies .isa ]
54- version = " 0.49 .0"
54+ version = " 0.50 .0"
5555path = " triton-isa"
5656package = " triton-isa"
5757
You can’t perform that action at this time.
0 commit comments