From b9f4399c188ae90aeea4b6542e28ea0d4bd2cabc Mon Sep 17 00:00:00 2001 From: Jan Ferdinand Sauer Date: Thu, 5 Oct 2023 12:17:11 +0200 Subject: [PATCH] release Triton VM v0.34.0 - add example uses of Triton VM to top-level documentation (6c3537ab) - add methods indicating instruction's effect on stack size (2f3867d8) - refactor FRI for increased readability (61073e2b) - derive `Default` for `NonDeterminism` (954e23e3) - use `Arbitrary` for property based tests (74df64d5) - fix: specification for instruction `pow` (be168ef9) - introduce profiling category for witness generation (6362cc57) - don't expose profiling macros, add some documentation (b2e2a600) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58e2e95cf..0337caea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"