File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes are documented in this file.
4
4
Lines marked “(!)” indicate a breaking change.
5
5
6
+ ## [ 0.48.0] ( https://github.com/TritonVM/triton-vm/compare/v0.45.0..v0.48.0 ) - 2025-02-11
7
+
8
+ ### 📚 Documentation
9
+
10
+ - Fix internal intra-doc links ([ d3fbc654] ( https://github.com/TritonVM/triton-vm/commit/d3fbc654 ) )
11
+
12
+ ### ⚙️ Miscellaneous
13
+
14
+ - Add degree lowering benchmark to codspeed ([ 048ea2ea] ( https://github.com/TritonVM/triton-vm/commit/048ea2ea ) )
15
+
16
+ ### ♻️ Refactor
17
+
18
+ - Consistently use criterion in benchmarks ([ 872d42c3] ( https://github.com/TritonVM/triton-vm/commit/872d42c3 ) )
19
+
6
20
## [ 0.45.0] ( https://github.com/TritonVM/triton-vm/compare/v0.44.1..v0.45.0 ) - 2025-01-13
7
21
8
22
### ⚡️ Performance
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ opt-level = 1
25
25
build-override.opt-level = 3
26
26
27
27
[workspace .package ]
28
- version = " 0.45 .0"
28
+ version = " 0.48 .0"
29
29
edition = " 2021"
30
30
rust-version = " 1.80"
31
31
authors = [" Triton Software AG" ]
@@ -36,22 +36,22 @@ readme = "README.md"
36
36
documentation = " https://triton-vm.org/spec/"
37
37
38
38
[workspace .dependencies .air ]
39
- version = " 0.45 .0"
39
+ version = " 0.48 .0"
40
40
path = " triton-air"
41
41
package = " triton-air"
42
42
43
43
[workspace .dependencies .constraint-builder ]
44
- version = " 0.45 .0"
44
+ version = " 0.48 .0"
45
45
path = " triton-constraint-builder"
46
46
package = " triton-constraint-builder"
47
47
48
48
[workspace .dependencies .constraint-circuit ]
49
- version = " 0.45 .0"
49
+ version = " 0.48 .0"
50
50
path = " triton-constraint-circuit"
51
51
package = " triton-constraint-circuit"
52
52
53
53
[workspace .dependencies .isa ]
54
- version = " 0.45 .0"
54
+ version = " 0.48 .0"
55
55
path = " triton-isa"
56
56
package = " triton-isa"
57
57
You can’t perform that action at this time.
0 commit comments