Skip to content

Commit 768c7ab

Browse files
authored
chore: release v0.8.5
1 parent 9dae389 commit 768c7ab

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.5](https://github.com/alexrudy/hyperdriver/compare/v0.8.4...v0.8.5) - 2024-12-12
10+
11+
### <!-- 0 -->⛰️ Features
12+
13+
- client Transport trait now accepts http::request::Parts
14+
- Allow client services to support a custom body type
15+
916
## [0.8.4](https://github.com/alexrudy/hyperdriver/compare/v0.8.3...v0.8.4) - 2024-12-10
1017

1118
### <!-- 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.4"
3+
version = "0.8.5"
44
edition = "2021"
55
description = "The missing middle for Hyper - Servers and Clients with ergonomic APIs"
66
license = "MIT"

0 commit comments

Comments
 (0)