Skip to content

Commit

Permalink
chore: Release Triton VM v0.44.1
Browse files Browse the repository at this point in the history
🐛 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
  • Loading branch information
jan-ferdinand committed Jan 7, 2025
1 parent 792f1ae commit 2530bfc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes are documented in this file.
Lines marked “(!)” indicate a breaking change.

## [0.44.1](https://github.com/TritonVM/triton-vm/compare/v0.44.0..v0.44.1) - 2025-01-07

### 🐛 Bug Fixes

- Improve error message on internal error ([9c6cc1c2](https://github.com/TritonVM/triton-vm/commit/9c6cc1c2))

### 📚 Documentation

- Add contribution guidelines ([5f17e2dc](https://github.com/TritonVM/triton-vm/commit/5f17e2dc))
- Clarify examples of instruction behavior ([875cd09e](https://github.com/TritonVM/triton-vm/commit/875cd09e))

### ⚙️ Miscellaneous

- Enable continuous benchmarks through codspeed ([b9f78adb](https://github.com/TritonVM/triton-vm/commit/b9f78adb))
- Fix typos ([595889f0](https://github.com/TritonVM/triton-vm/commit/595889f0))

## [0.44.0](https://github.com/TritonVM/triton-vm/compare/v0.43.0..v0.44.0) - 2024-12-09

### ✨ Features
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ opt-level = 1
build-override.opt-level = 3

[workspace.package]
version = "0.44.0"
version = "0.44.1"
edition = "2021"
rust-version = "1.80"
authors = ["Triton Software AG"]
Expand All @@ -36,22 +36,22 @@ readme = "README.md"
documentation = "https://triton-vm.org/spec/"

[workspace.dependencies.air]
version = "0.44.0"
version = "0.44.1"
path = "triton-air"
package = "triton-air"

[workspace.dependencies.constraint-builder]
version = "0.44.0"
version = "0.44.1"
path = "triton-constraint-builder"
package = "triton-constraint-builder"

[workspace.dependencies.constraint-circuit]
version = "0.44.0"
version = "0.44.1"
path = "triton-constraint-circuit"
package = "triton-constraint-circuit"

[workspace.dependencies.isa]
version = "0.44.0"
version = "0.44.1"
path = "triton-isa"
package = "triton-isa"

Expand Down

0 comments on commit 2530bfc

Please sign in to comment.