From 6c093276b2a1bfa305bb5cbbb6586affab0a3efe Mon Sep 17 00:00:00 2001 From: moana Date: Wed, 28 Feb 2024 12:00:07 +0100 Subject: [PATCH] Bump to v0.2.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b611239..668750c 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.2.0] - 2024-02-28 + ### Changed - Change the implementation for hashing a slice of bytes into a BlsScalar to `BlsScalar::hash_to_scalar` [#3] @@ -21,5 +23,6 @@ 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.1.0...HEAD +[Unreleased]: https://github.com/dusk-network/bls12_381-bls/compare/v0.2.0...HEAD +[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 0b19c7a..b2b6a19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bls12_381-bls" -version = "0.1.0" +version = "0.2.0" edition = "2021" readme = "README.md" repository = "https://github.com/dusk-network/bls12_381-bls"