Skip to content

Commit 7ba4ab7

Browse files
committed
Delete obsolete release history section
1 parent 07686b2 commit 7ba4ab7

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,10 @@ poor and doing so doesn't address a meaningful threat model.
88
[![Crate](https://img.shields.io/crates/v/rustls-pemfile.svg)](https://crates.io/crates/rustls-pemfile)
99
[![Documentation](https://docs.rs/rustls-pemfile/badge.svg)](https://docs.rs/rustls-pemfile/)
1010

11-
# Release history
12-
- 1.0.3 (2023-06-28)
13-
* Add certificate revocation list (CRL) format support.
14-
* Add `crls` helper function.
15-
- 1.0.2 (2023-01-10)
16-
* Add `ec_private_keys()` helper function.
17-
* Update base64 to the latest version.
18-
- 1.0.1 (2022-08-02)
19-
* Enable parsing PEM files with non-UTF-8 content between items.
20-
- 1.0.0 (2022-04-14)
21-
* Initial stable release. No API changes.
22-
- 0.3.0 (2022-02-05)
23-
* Add SEC1 EC key format support (ie, "EC PRIVATE KEY" sections) thanks to @farcaller.
24-
* Make `Item` enum non-exhaustive.
25-
- 0.2.1 (2021-04-17)
26-
* Performance improvements thanks to @zz85.
27-
- 0.2.0 (2020-12-28)
28-
* Initial release.
11+
# Changelog
12+
13+
The detailed list of changes in each release can be found at
14+
https://github.com/rustls/pemfile/releases.
2915

3016
# License
3117
rustls-pemfile is distributed under the following three licenses:

0 commit comments

Comments
 (0)