Skip to content

Commit

Permalink
docs: update README release history
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Dec 3, 2023
1 parent 2b49028 commit f1bb7e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).

## Release history:

* 0.7.0 (2023-12-03)
- Switched to using the [pki-types](https://github.com/rustls/pki-types) crate.
- `load_native_certs` now returns `Vec<pki_types::CertificateDer<'static>>` instead of `Vec<Certificate>`
- the `Certificate` newtype has been removed.
- Update dependencies.
* 0.6.3 (2023-06-14)
- Bump MSRV to 1.60.
- Windows: avoid storing certificates which are currently invalid.
Expand Down

0 comments on commit f1bb7e8

Please sign in to comment.