Skip to content

Commit 75e43da

Browse files
committed
Relese v0.2.4
1 parent 16ae466 commit 75e43da

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [v0.2.4]
6+
7+
### Added
8+
9+
* Added a `Clone` implementation for `Identity`.
10+
11+
### Updated
12+
13+
* Updated security-framework to 0.4.
14+
515
## [v0.2.3]
616

717
### Fixed
@@ -66,7 +76,8 @@
6676

6777
Look at the [release tags] for information about older releases.
6878

69-
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.3...master
79+
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.4...master
80+
[v0.2.4]: https://github.com/sfackler/rust-native-tls/compare/v0.2.3...v0.2.4
7081
[v0.2.3]: https://github.com/sfackler/rust-native-tls/compare/v0.2.2...v0.2.3
7182
[v0.2.2]: https://github.com/sfackler/rust-native-tls/compare/v0.2.1...v0.2.2
7283
[v0.2.1]: https://github.com/sfackler/rust-native-tls/compare/v0.2.0...v0.2.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-tls"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A wrapper over a platform's native TLS implementation"

0 commit comments

Comments
 (0)