`pasta_curves 0.5.1`

This commit is contained in:
Jack Grigg 2023-03-02 16:47:32 +00:00
parent 64b9d2476d
commit d43a16f8b2
2 changed files with 3 additions and 1 deletions

View File

@ -6,9 +6,11 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.5.1] - 2023-03-02
### Fixed
- Fix a bug on 32-bit platforms that could cause the square root implementation
to return an incorrect result.
- The `sqrt-table` feature now works without `std` and only requires `alloc`.
## [0.5.0] - 2022-12-06
### Added

View File

@ -1,7 +1,7 @@
[package]
name = "pasta_curves"
description = "Implementation of the Pallas and Vesta (Pasta) curve cycle"
version = "0.5.0"
version = "0.5.1"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Ying Tong Lai <yingtong@electriccoin.co>",