Skip to content

Commit 6d4617a

Browse files
committed
chore: Release Triton VM v0.48.0
📚 Documentation - Fix internal intra-doc links (d3fbc65) ⚙️ Miscellaneous - Add degree lowering benchmark to codspeed (048ea2e) ♻️ Refactor - Consistently use criterion in benchmarks (872d42c) changelog: ignore
1 parent b4e805b commit 6d4617a

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes are documented in this file.
44
Lines marked “(!)” indicate a breaking change.
55

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+
620
## [0.45.0](https://github.com/TritonVM/triton-vm/compare/v0.44.1..v0.45.0) - 2025-01-13
721

822
### ⚡️ Performance

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ opt-level = 1
2525
build-override.opt-level = 3
2626

2727
[workspace.package]
28-
version = "0.45.0"
28+
version = "0.48.0"
2929
edition = "2021"
3030
rust-version = "1.80"
3131
authors = ["Triton Software AG"]
@@ -36,22 +36,22 @@ readme = "README.md"
3636
documentation = "https://triton-vm.org/spec/"
3737

3838
[workspace.dependencies.air]
39-
version = "0.45.0"
39+
version = "0.48.0"
4040
path = "triton-air"
4141
package = "triton-air"
4242

4343
[workspace.dependencies.constraint-builder]
44-
version = "0.45.0"
44+
version = "0.48.0"
4545
path = "triton-constraint-builder"
4646
package = "triton-constraint-builder"
4747

4848
[workspace.dependencies.constraint-circuit]
49-
version = "0.45.0"
49+
version = "0.48.0"
5050
path = "triton-constraint-circuit"
5151
package = "triton-constraint-circuit"
5252

5353
[workspace.dependencies.isa]
54-
version = "0.45.0"
54+
version = "0.48.0"
5555
path = "triton-isa"
5656
package = "triton-isa"
5757

0 commit comments

Comments
 (0)