Releases: ChihChengLiang/milagro_bls_binding
Releases · ChihChengLiang/milagro_bls_binding
v1.9.0 Dropped 3.6 support and reduced code size
What's Changed
We bumped the version of the upstream and dependencies. The new pyo3 dropped py36 support.
We also improved the error handling in the codebase by using more elegant syntaxes, which significantly reduced code duplication.
- Bump upstream and cleanup error handling by @ChihChengLiang in #38
Full Changelog: v1.8.1...v1.9.0
Support arm and use rust stable
What's Changed
- add tags by @ChihChengLiang in #36
- Use stable rust and support arm by @ChihChengLiang in #37
Full Changelog: v1.8.0...v1.8.1
v1.8.0a
Merge pull request #36 from ChihChengLiang/minor-fix add tags
Future proof
What's Changed
- change build and release flow by @ChihChengLiang in #35
Full Changelog: v1.7.0...v1.8.0
Add verify_multiple_aggregate_signature
Fix #32, we add verify_multiple_aggregate_signature
v1.6.3
v1.6.2
Merge pull request #29 from ChihChengLiang/fix-release-script fix release script
I never get it right at x.x.0
Merge pull request #28 from ChihChengLiang/bumpv1.6.1 bump 1.6.1
v1.5.1
Merge pull request #23 from ChihChengLiang/release-1.5.1 release 1.5.1
v1.5.0
- Binds sigp/milagro_bls#41 and milagro_bls v1.3.0
- Includes #21