Skip to content

Commit 1a863c6

Browse files
committed
Bump versions, update changelogs
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent 452e516 commit 1a863c6

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
lines changed

generic-ec-core/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.1
2+
* Update links, add info about our discord [#44]
3+
4+
[#44]: https://github.com/LFDT-Lockness/generic-ec/pull/44
5+
16
## v0.2.0
27
* Change `IntegerEncoding` trait [#34]
38
* Add `Reduce` trait [#34]

generic-ec-core/Cargo.toml

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

generic-ec-curves/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.2
2+
* Update links, add info about our discord [#44]
3+
4+
[#44]: https://github.com/LFDT-Lockness/generic-ec/pull/44
5+
16
## v0.2.1
27
* Fix using wrong feature in conditional compilation that could cause compilation error [#36]
38

generic-ec-curves/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "generic-ec-curves"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Elliptic curves for `generic-ec` crate"

generic-ec-zkp/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.4.2
2+
* Update links, add info about our discord [#44]
3+
4+
[#44]: https://github.com/LFDT-Lockness/generic-ec/pull/44
5+
16
## v0.4.1
27
* Fix `no_std` support [#43]
38

generic-ec-zkp/Cargo.toml

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

generic-ec/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.4.2
2+
* Update links, add info about our discord [#44]
3+
4+
[#44]: https://github.com/LFDT-Lockness/generic-ec/pull/44
5+
16
## v0.4.1
27
* Fix `no_std` support [#43]
38

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.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/LFDT-Lockness/generic-ec"

0 commit comments

Comments
 (0)