Skip to content

Commit

Permalink
Migrate to current pre-release revisions of dependencies (#583)
Browse files Browse the repository at this point in the history
The CHANGELOG lists the specific versions currently pinned; it will
be modified to instead reference the public releases once they exist
and this crate uses them.
  • Loading branch information
str4d authored Jan 2, 2025
1 parent 32cd92a commit 626ac3b
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 135 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,20 @@ 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).

## Unreleased
### Added
- `yubikey::certificate::SelfSigned`
- `yubikey::Error::CertificateBuilder`

### Changed
- MSRV is now 1.81.
- Migrated the public API to the following (pre-release) dependencies:
- `der 0.8.0-rc.1`
- `ecdsa 0.17.0-pre.9`
- `p256 0.14.0-pre.2`
- `p384 0.14.0-pre.2`
- `rsa 0.10.0-pre.3`
- `sha2 0.11.0-pre.4`
- `x509-cert 0.3.0-pre.0`

## 0.8.0 (2023-08-15)
### Added
Expand Down
Loading

0 comments on commit 626ac3b

Please sign in to comment.