Skip to content

Commit 692b3a9

Browse files
committed
chore: decaf377 0.7.0
1 parent 903d068 commit 692b3a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@
2727
# 0.6.0
2828

2929
* Fix: Resolve incorrect `SubAssign` and `AddAssign` implementations in R1CS.
30+
31+
# 0.7.0
32+
33+
* Fix: Add `no_std` compatibility.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decaf377"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Henry de Valence <[email protected]>", "redshiftzero <[email protected]>"]
55
description = "A prime-order group designed for use in SNARKs over BLS12-377"
66
edition = "2018"

0 commit comments

Comments
 (0)