Skip to content

Commit 779b405

Browse files
committed
Bump version & update changelog
1 parent 0f797db commit 779b405

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

generic-ec-zkp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["elliptic-curves", "zk-proof"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
generic-ec = { version = "0.3", path = "../generic-ec", default-features = false }
15+
generic-ec = { version = "0.4.0-rc1", path = "../generic-ec", default-features = false }
1616
udigest = { version = "0.2.0-rc1", features = ["derive"], optional = true }
1717

1818
subtle = { version = "2.4", default-features = false }

generic-ec/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.4.0
2+
* Update `udigest` to v0.2 [#40]
3+
* Add hash to scalar primitive [#40]
4+
5+
[#40]: https://github.com/dfns/generic-ec/pull/40
6+
17
## v0.3.0
28
* Rework `generic_ec::multiscalar` API, optimize Straus algorithm, add Dalek, remove
39
Pippenger [#30]

generic-ec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "generic-ec"
3-
version = "0.3.0"
3+
version = "0.4.0-rc1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/dfns/generic-ec"

0 commit comments

Comments
 (0)