From 13346a4d1a9c4d7e167d75fbb15742921e712e4b Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 11 Oct 2023 13:49:20 +0200 Subject: [PATCH] Bump to v0.13.1 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b4b3d..e6bedee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.1] - 2023-10-11 + ### Changed - Expose `EDWARDS_D` constant @@ -213,7 +215,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#31]: https://github.com/dusk-network/jubjub/issues/31 [#25]: https://github.com/dusk-network/jubjub/issues/25 -[Unreleased]: https://github.com/dusk-network/jubjub/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/dusk-network/jubjub/compare/v0.13.1...HEAD +[0.13.1]: https://github.com/dusk-network/jubjub/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/dusk-network/jubjub/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/dusk-network/jubjub/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/dusk-network/jubjub/compare/v0.10.1...v0.12.0 diff --git a/Cargo.toml b/Cargo.toml index e692c18..69749f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/dusk-network/jubjub" license = "MIT/Apache-2.0" name = "dusk-jubjub" repository = "https://github.com/dusk-network/jubjub" -version = "0.13.0" +version = "0.13.1" keywords = ["cryptography", "jubjub", "zk-snarks", "ecc", "elliptic-curve"] categories =["algorithms", "cryptography", "science", "no-std"] edition = "2021"