From 8009ead06d8599764f5f1327e2e85d40d1c9bfe8 Mon Sep 17 00:00:00 2001 From: Neotamandua <107320179+Neotamandua@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:13:30 +0200 Subject: [PATCH] Bump version to `0.14.2` --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f67f09..28b1975 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.14.2] - 2024-12-13 + ### Added - Add serde `Serialize` and `Deserialize` implementations for `Fr`, `AffinePoint` and `ExtendedPoint` [#143] @@ -253,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/dusk-network/jubjub/compare/v0.14.1...HEAD +[Unreleased]: https://github.com/dusk-network/jubjub/compare/v0.14.2...HEAD +[0.14.2]: https://github.com/dusk-network/jubjub/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/dusk-network/jubjub/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/dusk-network/jubjub/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/dusk-network/jubjub/compare/v0.13.0...v0.13.1 diff --git a/Cargo.toml b/Cargo.toml index 2e8147c..836d0dd 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.14.1" +version = "0.14.2" keywords = ["cryptography", "jubjub", "zk-snarks", "ecc", "elliptic-curve"] categories =["algorithms", "cryptography", "science", "no-std"] edition = "2021"