We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ddbaa commit 6e59e02Copy full SHA for 6e59e02
2 files changed
CHANGELOG.md
@@ -6,12 +6,18 @@
6
7
### Features
8
9
-- [\#71](https://github.com/arkworks-rs/r1cs-std/pull/71) Implement the `Sum` trait for `FpVar`.
10
-
11
### Improvements
12
13
### Bug Fixes
14
+## v0.3.1
+
15
+### Features
16
17
+- [\#71](https://github.com/arkworks-rs/r1cs-std/pull/71) Implement the `Sum` trait for `FpVar`.
18
19
+### Bug Fixes
20
21
- [\#70](https://github.com/arkworks-rs/r1cs-std/pull/70) Fix soundness issues of `mul_by_inverse` for field gadgets.
22
23
## v0.3.0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ark-r1cs-std"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = [ "arkworks contributors" ]
5
description = "A standard library for constraint system gadgets"
homepage = "https://arkworks.rs"
0 commit comments