diff --git a/Cargo.toml b/Cargo.toml index 931ab20..4b9f126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-pemfile" -version = "0.2.1" +version = "0.3.0" authors = ["Joseph Birr-Pixton "] edition = "2018" license = "Apache-2.0/ISC/MIT" diff --git a/README.md b/README.md index 8a70a24..f74c7dd 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ poor and doing so doesn't address a meaningful threat model. [![Documentation](https://docs.rs/rustls-pemfile/badge.svg)](https://docs.rs/rustls-pemfile/) # Release history +- 0.3.0 (2022-02-05) + * Add SEC1 EC key format support (ie, "EC PRIVATE KEY" sections) thanks to @farcaller. + * Make `Item` enum non-exhaustive. - 0.2.1 (2021-04-17) * Performance improvements thanks to @zz85. - 0.2.0 (2020-12-28)