File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
9399
94100Look 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
Original file line number Diff line number Diff line change 11[package ]
22name = " native-tls"
3- version = " 0.2.6 "
3+ version = " 0.2.7 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT/Apache-2.0"
66description = " A wrapper over a platform's native TLS implementation"
You can’t perform that action at this time.
0 commit comments