Skip to content

Commit

Permalink
release Triton VM v0.34.0
Browse files Browse the repository at this point in the history
- add example uses of Triton VM to top-level documentation (6c3537a)
- add methods indicating instruction's effect on stack size (2f3867d)
- refactor FRI for increased readability (61073e2)
- derive `Default` for `NonDeterminism` (954e23e)
- use `Arbitrary` for property based tests (74df64d)
- fix: specification for instruction `pow` (be168ef)
- introduce profiling category for witness generation (6362cc5)
- don't expose profiling macros, add some documentation (b2e2a60)
  • Loading branch information
jan-ferdinand committed Oct 5, 2023
1 parent 74df64d commit b9f4399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lto = "thin"
lto = "thin"

[workspace.package]
version = "0.33.0"
version = "0.34.0"
edition = "2021"
authors = ["Triton Software AG"]
license = "Apache-2.0"
Expand Down

0 comments on commit b9f4399

Please sign in to comment.