Skip to content

Commit

Permalink
Relese v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 6, 2020
1 parent 16ae466 commit 75e43da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native-tls"
version = "0.2.3"
version = "0.2.4"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"
Expand Down

0 comments on commit 75e43da

Please sign in to comment.