Skip to content

Commit acdbb06

Browse files
authored
Merge pull request #247 from alexrudy/release-plz-2024-12-28T17-24-24Z
chore: release v0.9.0
2 parents 4e639a1 + 01ef246 commit acdbb06

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.9.0](https://github.com/alexrudy/hyperdriver/compare/v0.8.5...v0.9.0) - 2025-03-18
10+
11+
### <!-- 0 -->⛰️ Features
12+
13+
- Transport trait is dyn-compatible
14+
- Add generic body type to PoolableConnection
15+
- Connector Service
16+
- Expose the client connector publicly.
17+
- *(client)* Flexible APIs to leverage the TCP transport
18+
919
## [0.8.5](https://github.com/alexrudy/hyperdriver/compare/v0.8.4...v0.8.5) - 2024-12-12
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.5"
3+
version = "0.9.0"
44
edition = "2021"
55
description = "The missing middle for Hyper - Servers and Clients with ergonomic APIs"
66
license = "MIT"

0 commit comments

Comments
 (0)