Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
sfackler committed Aug 5, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 136b5f9 commit 0cedaef
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

## [Unreleased]

## [v0.2.1]

### Added

* The `vendored` Cargo feature will cause the crate to compile and statically link to a vendored
copy of OpenSSL on platforms that use that backend.

## [v0.2.0]

### Added
@@ -41,6 +48,7 @@

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

[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.0...master
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.1...master
[v0.2.1]: https://github.com/sfackler/rust-native-tls/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/sfackler/rust-native-tls/compare/v0.1.5...v0.2.0
[release tags]: https://github.com/sfackler/rust-native-tls/releases
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.0"
version = "0.2.1"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"

0 comments on commit 0cedaef

Please sign in to comment.