Skip to content

Commit 04d05b3

Browse files
authored
bp256 v0.5.0 (#714)
1 parent f7eeac4 commit 04d05b3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.5.0 (2023-01-15)
8+
### Added
9+
- `alloc` feature ([#670])
10+
11+
### Changed
12+
- Use weak feature activation; MSRV 1.60 ([#701])
13+
- Bump `ecdsa` dependency to v0.15 ([#713])
14+
15+
[#670]: https://github.com/RustCrypto/elliptic-curves/pull/670
16+
[#701]: https://github.com/RustCrypto/elliptic-curves/pull/701
17+
[#713]: https://github.com/RustCrypto/elliptic-curves/pull/713
18+
719
## 0.4.0 (2022-05-09)
820
### Changed
921
- Have `pkcs8` feature activate `ecdsa/pkcs8` ([#538])

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"
3+
version = "0.5.0"
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)