Skip to content

Commit

Permalink
chore: Release Triton VM v0.45.0
Browse files Browse the repository at this point in the history
⚡️ Performance

- *(verifier)* Remove parallelism (baf5860)

changelog: ignore
  • Loading branch information
jan-ferdinand committed Jan 13, 2025
1 parent baf5860 commit ec1994e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes are documented in this file.
Lines marked “(!)” indicate a breaking change.

## [0.45.0](https://github.com/TritonVM/triton-vm/compare/v0.44.1..v0.45.0) - 2025-01-13

### ⚡️ Performance

- *(verifier)* Remove parallelism ([baf5860f](https://github.com/TritonVM/triton-vm/commit/baf5860f))

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

### 🐛 Bug Fixes
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.1"
version = "0.45.0"
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.1"
version = "0.45.0"
path = "triton-air"
package = "triton-air"

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

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

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

Expand Down

0 comments on commit ec1994e

Please sign in to comment.