Skip to content

Commit 499afe9

Browse files
authored
bp384 v0.4.0 (#546)
1 parent 3bd471d commit 499afe9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bp384/CHANGELOG.md

+9
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])

bp384/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bp384"
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-384 (brainpoolP384r1 and brainpoolP384t1) elliptic curves"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)