Skip to content

Commit 41522da

Browse files
committed
Release v0.2.7
1 parent d808f9a commit 41522da

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.2.7]
6+
7+
### Added
8+
9+
* Added support for ALPN in client APIs flagged under the `alpn` Cargo feature.
10+
511
## [v0.2.6]
612

713
### Fixed
@@ -93,7 +99,8 @@
9399

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

96-
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.6...master
102+
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.7...master
103+
[v0.2.7]: https://github.com/sfackler/rust-native-tls/compare/v0.2.6...v0.2.7
97104
[v0.2.6]: https://github.com/sfackler/rust-native-tls/compare/v0.2.5...v0.2.6
98105
[v0.2.5]: https://github.com/sfackler/rust-native-tls/compare/v0.2.4...v0.2.5
99106
[v0.2.4]: https://github.com/sfackler/rust-native-tls/compare/v0.2.3...v0.2.4

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.6"
3+
version = "0.2.7"
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)