Skip to content

Commit a73ca6e

Browse files
authored
Merge pull request #3436 from o1-labs/dw/relese-0.3.0
Release 0.3.0
2 parents a524776 + 32ba2cd commit a73ca6e

File tree

7 files changed

+30
-28
lines changed

7 files changed

+30
-28
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## Unreleased
1010

11+
## 0.3.0
12+
1113
### CI
1214

1315
- Remove Rust 1.81 from CI matrix, update MSRV to 1.92 to match mina-rust and MinaProtocol/mina ([#3419](https://github.com/o1-labs/proof-systems/pull/3419))

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ members = [
2626
resolver = "2"
2727

2828
[workspace.package]
29-
version = "0.1.0"
29+
version = "0.3.0"
3030
edition = "2021"
3131
license = "Apache-2.0"
3232
repository = "https://github.com/o1-labs/proof-systems"

poseidon/export_test_vectors/test_vectors/b10_kimchi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @gen this file is generated - don't edit it directly
2-
// Generated by export_test_vectors v0.1.0
2+
// Generated by export_test_vectors v0.3.0
33
// from https://github.com/o1-labs/proof-systems
44
// Seed: 0000000000000000000000000000000000000000000000000000000000000000
55

poseidon/export_test_vectors/test_vectors/b10_legacy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @gen this file is generated - don't edit it directly
2-
// Generated by export_test_vectors v0.1.0
2+
// Generated by export_test_vectors v0.3.0
33
// from https://github.com/o1-labs/proof-systems
44
// Seed: 0000000000000000000000000000000000000000000000000000000000000000
55

poseidon/export_test_vectors/test_vectors/hex_kimchi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @gen this file is generated - don't edit it directly
2-
// Generated by export_test_vectors v0.1.0
2+
// Generated by export_test_vectors v0.3.0
33
// from https://github.com/o1-labs/proof-systems
44
// Seed: 0000000000000000000000000000000000000000000000000000000000000000
55

poseidon/export_test_vectors/test_vectors/hex_legacy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @gen this file is generated - don't edit it directly
2-
// Generated by export_test_vectors v0.1.0
2+
// Generated by export_test_vectors v0.3.0
33
// from https://github.com/o1-labs/proof-systems
44
// Seed: 0000000000000000000000000000000000000000000000000000000000000000
55

0 commit comments

Comments
 (0)