File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.0] - 2024-04-24
11
+
10
12
### Changed
11
13
12
14
- 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
42
44
[ #3 ] : https://github.com/dusk-network/bls12_381-bls/issues/3
43
45
44
46
<!-- 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
46
49
[ 0.2.0 ] : https://github.com/dusk-network/bls12_381-bls/compare/v0.1.0...v0.2.0
47
50
[ 0.1.0 ] : https://github.com/dusk-network/bls12_381-bls/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bls12_381-bls"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
edition = " 2021"
5
5
readme = " README.md"
6
6
repository = " https://github.com/dusk-network/bls12_381-bls"
You can’t perform that action at this time.
0 commit comments