Skip to content

Commit 3bd471d

Browse files
authored
bp256 v0.4.0 (#545)
1 parent da17578 commit 3bd471d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bp256/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.4.0 (2022-05-09)
8+
### Changed
9+
- Have `pkcs8` feature activate `ecdsa/pkcs8` ([#538])
10+
- Bump `elliptic-curve` to v0.12 ([#544])
11+
- Bump `ecdsa` to v0.14 ([#544])
12+
13+
[#538]: https://github.com/RustCrypto/elliptic-curves/pull/538
14+
[#544]: https://github.com/RustCrypto/elliptic-curves/pull/544
15+
716
## 0.3.0 (2021-12-14)
817
### Added
918
- `serde` feature ([#463])

bp256/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bp256"
3-
version = "0.4.0-pre" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.4.0" # Also update html_root_url in lib.rs when bumping this
44
description = "Brainpool P-256 (brainpoolP256r1 and brainpoolP256t1) elliptic curves"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)