From d39192ad9f7791bff2c4a2657a766debfd48826c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Wed, 24 Apr 2024 14:49:59 +0200 Subject: [PATCH] Bump version to `0.3.0` --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae81b04..6b41f60 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.3.0] - 2024-04-24 + ### Changed - Check validity of `PublicKey` and `Signature` points in signature verification [#7] @@ -42,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#3]: https://github.com/dusk-network/bls12_381-bls/issues/3 -[Unreleased]: https://github.com/dusk-network/bls12_381-bls/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/dusk-network/bls12_381-bls/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/dusk-network/bls12_381-bls/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/dusk-network/bls12_381-bls/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/dusk-network/bls12_381-bls/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index 707c6e9..db18953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bls12_381-bls" -version = "0.2.0" +version = "0.3.0" edition = "2021" readme = "README.md" repository = "https://github.com/dusk-network/bls12_381-bls"