Skip to content

Commit c1b9333

Browse files
committed
Release v0.2.5
1 parent 9a9e798 commit c1b9333

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## [v0.2.5]
6+
7+
### Added
8+
9+
* Added `TlsConnectorBuilder::disable_built_in_roots` to only trust root certificates explicitly
10+
added to the builder.
11+
12+
### Updated
13+
14+
* Updated security-framework to 2.0.
15+
516
## [v0.2.4]
617

718
### Added
@@ -76,7 +87,8 @@
7687

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

79-
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.4...master
90+
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.5...master
91+
[v0.2.5]: https://github.com/sfackler/rust-native-tls/compare/v0.2.5...v0.2.5
8092
[v0.2.4]: https://github.com/sfackler/rust-native-tls/compare/v0.2.3...v0.2.4
8193
[v0.2.3]: https://github.com/sfackler/rust-native-tls/compare/v0.2.2...v0.2.3
8294
[v0.2.2]: https://github.com/sfackler/rust-native-tls/compare/v0.2.1...v0.2.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-tls"
3-
version = "0.2.4"
3+
version = "0.2.5"
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)