Skip to content

Commit 948f1b8

Browse files
author
Eduardo Leegwater Simões
authored
Merge pull request #14 from dusk-network/release-0.3.0
Release `0.3.0`
2 parents 4047c68 + d39192a commit 948f1b8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2024-04-24
11+
1012
### Changed
1113

1214
- 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
4244
[#3]: https://github.com/dusk-network/bls12_381-bls/issues/3
4345

4446
<!-- VERSIONS -->
45-
[Unreleased]: https://github.com/dusk-network/bls12_381-bls/compare/v0.2.0...HEAD
47+
[Unreleased]: https://github.com/dusk-network/bls12_381-bls/compare/v0.3.0...HEAD
48+
[0.3.0]: https://github.com/dusk-network/bls12_381-bls/compare/v0.2.0...v0.3.0
4649
[0.2.0]: https://github.com/dusk-network/bls12_381-bls/compare/v0.1.0...v0.2.0
4750
[0.1.0]: https://github.com/dusk-network/bls12_381-bls/releases/tag/v0.1.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bls12_381-bls"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
readme = "README.md"
66
repository = "https://github.com/dusk-network/bls12_381-bls"

0 commit comments

Comments
 (0)