Skip to content

Commit 21ce66d

Browse files
github-actions[bot]jbr
authored andcommitted
chore: release
1 parent 85d1c3c commit 21ce66d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

rustls/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.1](https://github.com/trillium-rs/trillium/compare/trillium-rustls-v0.8.0...trillium-rustls-v0.8.1) - 2024-06-29
10+
11+
### Fixed
12+
- Require rustls-platform-verifier 0.3.2 to avoid multiple crypto backends
13+
914
## [0.8.0](https://github.com/trillium-rs/trillium/compare/trillium-rustls-v0.7.0...trillium-rustls-v0.8.0) - 2024-04-12
1015

1116
### Added

rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trillium-rustls"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Jacob Rothstein <hi@jbr.me>"]
55
edition = "2021"
66
description = "rustls adapter for trillium.rs"

0 commit comments

Comments
 (0)