Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit e4559fe

Browse files
committed
Prepare stable 1.0.0 release
1 parent e5410e3 commit e4559fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustls-pemfile"
3-
version = "0.3.0"
3+
version = "1.0.0"
44
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0/ISC/MIT"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# rustls-pemfile
2-
This is a very basic parser for PEM-encodings commonly used for storing keys and certificates at rest.
2+
This is a basic parser for PEM-encodings commonly used for storing keys and certificates at rest.
33

44
It doesn't support reading encrypted keys: the cryptography standardised for this is typically very
55
poor and doing so doesn't address a meaningful threat model.
@@ -9,6 +9,8 @@ poor and doing so doesn't address a meaningful threat model.
99
[![Documentation](https://docs.rs/rustls-pemfile/badge.svg)](https://docs.rs/rustls-pemfile/)
1010

1111
# Release history
12+
- 1.0.0 (2022-04-14)
13+
* Initial stable release. No API changes.
1214
- 0.3.0 (2022-02-05)
1315
* Add SEC1 EC key format support (ie, "EC PRIVATE KEY" sections) thanks to @farcaller.
1416
* Make `Item` enum non-exhaustive.

0 commit comments

Comments
 (0)