Skip to content

Commit a4a79d0

Browse files
committed
Remove old release history from README
1 parent f5b6fbd commit a4a79d0

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,7 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).
1818
[![rustls](https://github.com/rustls/rustls-native-certs/actions/workflows/rust.yml/badge.svg)](https://github.com/rustls/rustls-native-certs/actions/workflows/rust.yml)
1919
[![Documentation](https://docs.rs/rustls-native-certs/badge.svg)](https://docs.rs/rustls-native-certs)
2020

21-
## Release history:
22-
23-
* 0.7.0 (2023-12-03)
24-
- Switched to using the [pki-types](https://github.com/rustls/pki-types) crate.
25-
- `load_native_certs` now returns `Vec<pki_types::CertificateDer<'static>>` instead of `Vec<Certificate>`
26-
- the `Certificate` newtype has been removed.
27-
- Update dependencies.
28-
* 0.6.3 (2023-06-14)
29-
- Bump MSRV to 1.60.
30-
- Windows: avoid storing certificates which are currently invalid.
31-
- Implement `AsRef<[u8]>` for `Certificate`.
32-
* 0.6.2 (2022-04-14):
33-
- Update dependencies.
34-
* 0.6.1 (2021-10-25):
35-
- Allow overrides using `SSL_CERT_FILE` on all platforms.
36-
* 0.6.0 (2021-10-24):
37-
- Remove rustls dependency entirely.
38-
* 0.5.0 (2020-11-22):
39-
- Update dependencies.
40-
- Make rustls dependency optional, for use with reqwest's certificate types. Thanks to @est31.
41-
* 0.4.0 (2020-07-05):
42-
- Update dependencies.
43-
* 0.3.0 (2020-02-24):
44-
- Support wider range of UNIX platforms.
45-
- Update dependencies.
46-
* 0.2.0 (2020-01-26):
47-
- Return valid certificates even in the presence of invalid ones. This allows
48-
callers to opt-in to "best effort" behaviour.
49-
* 0.1.0 (2019-11-04):
50-
- Initial release.
21+
Release notes can be found [on GitHub](https://github.com/rustls/rustls-native-certs/releases).
5122

5223
# API
5324

0 commit comments

Comments
 (0)