Skip to content

Commit ee354b0

Browse files
authored
chore: release v0.8.4
1 parent 28a4c14 commit ee354b0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.4](https://github.com/alexrudy/hyperdriver/compare/v0.8.3...v0.8.4) - 2024-12-10
10+
11+
### <!-- 0 -->⛰️ Features
12+
13+
- Client connection upgrade support
14+
15+
### <!-- 1 -->🐛 Bug Fixes
16+
17+
- upgrades test doesn’t require TLS
18+
919
## [0.8.0](https://github.com/alexrudy/hyperdriver/compare/v0.7.0...v0.8.0) - 2024-10-21
1020

1121
### <!-- 0 -->⛰️ Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperdriver"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
description = "The missing middle for Hyper - Servers and Clients with ergonomic APIs"
66
license = "MIT"

0 commit comments

Comments
 (0)