Skip to content

Commit 0cedaef

Browse files
committed
Release v0.2.1
1 parent 136b5f9 commit 0cedaef

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
## [v0.2.1]
6+
7+
### Added
8+
9+
* The `vendored` Cargo feature will cause the crate to compile and statically link to a vendored
10+
copy of OpenSSL on platforms that use that backend.
11+
512
## [v0.2.0]
613

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

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

44-
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.0...master
51+
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.1...master
52+
[v0.2.1]: https://github.com/sfackler/rust-native-tls/compare/v0.2.0...v0.2.1
4553
[v0.2.0]: https://github.com/sfackler/rust-native-tls/compare/v0.1.5...v0.2.0
4654
[release tags]: https://github.com/sfackler/rust-native-tls/releases

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.0"
3+
version = "0.2.1"
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)