Skip to content

Commit

Permalink
Prepare 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Feb 5, 2022
1 parent e8e0b86 commit 9471c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-pemfile"
version = "0.2.1"
version = "0.3.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
edition = "2018"
license = "Apache-2.0/ISC/MIT"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9471c1e

Please sign in to comment.