From 75e43daaf9174916611178419805542a9883bae4 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 5 Mar 2020 17:16:18 -0800 Subject: [PATCH] Relese v0.2.4 --- CHANGELOG.md | 13 ++++++++++++- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404ec53f..cac7004c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [v0.2.4] + +### Added + +* Added a `Clone` implementation for `Identity`. + +### Updated + +* Updated security-framework to 0.4. + ## [v0.2.3] ### Fixed @@ -66,7 +76,8 @@ Look at the [release tags] for information about older releases. -[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.3...master +[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.4...master +[v0.2.4]: https://github.com/sfackler/rust-native-tls/compare/v0.2.3...v0.2.4 [v0.2.3]: https://github.com/sfackler/rust-native-tls/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/sfackler/rust-native-tls/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/sfackler/rust-native-tls/compare/v0.2.0...v0.2.1 diff --git a/Cargo.toml b/Cargo.toml index 26bd2030..a39b7138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native-tls" -version = "0.2.3" +version = "0.2.4" authors = ["Steven Fackler "] license = "MIT/Apache-2.0" description = "A wrapper over a platform's native TLS implementation"