Skip to content

Commit

Permalink
bp256 v0.6.0 (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Mar 3, 2023
1 parent 3049c50 commit f6e2674
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions bp256/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.6.0 (2023-03-02)
### Changed
- Bump `elliptic-curve` dependency to v0.13 ([#770])
- Bump `ecdsa` to v0.16 ([#770])

[#770]: https://github.com/RustCrypto/elliptic-curves/pull/770

## 0.5.0 (2023-01-15)
### Added
- `alloc` feature ([#670])
Expand Down
2 changes: 1 addition & 1 deletion bp256/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp256"
version = "0.6.0-pre"
version = "0.6.0"
description = "Brainpool P-256 (brainpoolP256r1 and brainpoolP256t1) elliptic curves"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit f6e2674

Please sign in to comment.