Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed May 18, 2021
1 parent b525d5d commit ce40f47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog

The format is based on [Keep a Changelog].
The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [Unreleased]
## [0.5.0] - 2021-05-18
- Add standard non-overflowing signature parsing `Signature::parse_standard`. The previous behavior `Signature::parse` is considered non-standard and renamed to `Signature::parse_overflowing`. Unless you have a specific need, you should switch to use the new `Signature::parse_standard` function. (PR #67)

## [0.3.5] - 2020-02-06
- Implement std::error::Error and Display for Error (PR #29)
- Implement `std::error::Error` and `Display` for `Error`. (PR #29)
- Fix the PartialEq impl of Field. (PR #30)
- Add LowerHex impl for SecretKey and Scalar (PR #32)
- Put signing behind feature flag (PR #33)
- Add `LowerHex` implementation for `SecretKey` and `Scalar`. (PR #32)
- Put signing behind feature flag. (PR #33)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libsecp256k1"
description = "Pure Rust secp256k1 implementation."
license = "Apache-2.0"
version = "0.4.0"
version = "0.5.0"
authors = ["Wei Tang <hi@that.world>"]
repository = "https://github.com/paritytech/libsecp256k1"
keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]
Expand Down

0 comments on commit ce40f47

Please sign in to comment.