Skip to content

Commit 6e59e02

Browse files
authored
Release v0.3.1 (#73)
1 parent 47ddbaa commit 6e59e02

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@
66

77
### Features
88

9-
- [\#71](https://github.com/arkworks-rs/r1cs-std/pull/71) Implement the `Sum` trait for `FpVar`.
10-
119
### Improvements
1210

1311
### Bug Fixes
1412

13+
## v0.3.1
14+
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+
1521
- [\#70](https://github.com/arkworks-rs/r1cs-std/pull/70) Fix soundness issues of `mul_by_inverse` for field gadgets.
1622

1723
## v0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-r1cs-std"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = [ "arkworks contributors" ]
55
description = "A standard library for constraint system gadgets"
66
homepage = "https://arkworks.rs"

0 commit comments

Comments
 (0)