Skip to content

Commit

Permalink
Merge pull request #35 from rustls/prepare-0.6.1
Browse files Browse the repository at this point in the history
Prepare 0.6.1 release
  • Loading branch information
ctz authored Oct 30, 2021
2 parents ff3ad54 + 87b3e7b commit f5b6e5b
Show file tree
Hide file tree
Showing 2 changed files with 3 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-native-certs"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).

## Release history:

* 0.6.1 (2021-10-25):
- Allow overrides using `SSL_CERT_FILE` on all platforms.
* 0.6.0 (2021-10-24):
- Remove rustls dependency entirely.
* 0.5.0 (2020-11-22):
Expand Down

0 comments on commit f5b6e5b

Please sign in to comment.