Skip to content

Commit 2530bfc

Browse files
committed
chore: Release Triton VM v0.44.1
🐛 Bug Fixes - Improve error message on internal error (9c6cc1c) 📚 Documentation - Add contribution guidelines (5f17e2d) - Clarify examples of instruction behavior (875cd09) ⚙️ Miscellaneous - Enable continuous benchmarks through codspeed (b9f78ad) - Fix typos (595889f) changelog: ignore
1 parent 792f1ae commit 2530bfc

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

CHANGELOG.md

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

6+
## [0.44.1](https://github.com/TritonVM/triton-vm/compare/v0.44.0..v0.44.1) - 2025-01-07
7+
8+
### 🐛 Bug Fixes
9+
10+
- Improve error message on internal error ([9c6cc1c2](https://github.com/TritonVM/triton-vm/commit/9c6cc1c2))
11+
12+
### 📚 Documentation
13+
14+
- Add contribution guidelines ([5f17e2dc](https://github.com/TritonVM/triton-vm/commit/5f17e2dc))
15+
- Clarify examples of instruction behavior ([875cd09e](https://github.com/TritonVM/triton-vm/commit/875cd09e))
16+
17+
### ⚙️ Miscellaneous
18+
19+
- Enable continuous benchmarks through codspeed ([b9f78adb](https://github.com/TritonVM/triton-vm/commit/b9f78adb))
20+
- Fix typos ([595889f0](https://github.com/TritonVM/triton-vm/commit/595889f0))
21+
622
## [0.44.0](https://github.com/TritonVM/triton-vm/compare/v0.43.0..v0.44.0) - 2024-12-09
723

824
### ✨ Features

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.44.0"
28+
version = "0.44.1"
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.44.0"
39+
version = "0.44.1"
4040
path = "triton-air"
4141
package = "triton-air"
4242

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

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

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

0 commit comments

Comments
 (0)