Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.8.1 (unreleased)
## 0.8.2 (2021-11-13)
- Add a feature, no_log_capture, which inhibits rustls from taking the global
logger. Useful when built as a Rust dependency.

## 0.8.1 (2021-11-12)

## Changed
- Setting of ALPN protocols for client configs was broken in the 0.8.0 release.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-ffi"
version = "0.8.1"
version = "0.8.2"
authors = ["Jacob Hoffman-Andrews <github@hoffman-andrews.com>"]
description = "C-to-rustls bindings"
edition = "2018"
Expand Down