Skip to content

Commit 6be0ab9

Browse files
committed
Prepare 0.10.0 release of juniper_hyper crate
1 parent 563c925 commit 6be0ab9

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

juniper_hyper/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ All user visible changes to `juniper_hyper` crate will be documented in this fil
66

77

88

9-
## master
9+
## [0.10.0] · 2025-09-08
10+
[0.10.0]: /../../tree/juniper_hyper-v0.10.0/juniper_hyper
1011

1112
### BC Breaks
1213

13-
- Bumped up [MSRV] to 1.85. ([#1263], [todo])
14+
- Switched to 0.17 version of [`juniper` crate].
15+
- Bumped up [MSRV] to 1.85. ([#1263], [1b1fc618])
1416
- Made `hyper::Request` in `graphql()` and `graphql_sync()` functions generic over `B: hyper::body::Body`. ([#1263], [#1102])
1517

1618
[#1102]: /../../issues/1102
1719
[#1263]: /../../pull/1263
18-
[todo]: /../../commit/todo
20+
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
1921

2022

2123

juniper_hyper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_hyper"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "`juniper` GraphQL integration with `hyper`."

juniper_hyper/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![CI](https://github.com/graphql-rust/juniper/actions/workflows/ci.yml/badge.svg?branch=master "CI")](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
77
[![Rust 1.85+](https://img.shields.io/badge/rustc-1.85+-lightgray.svg "Rust 1.85+")](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html)
88

9-
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0/juniper_hyper/CHANGELOG.md)
9+
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.10.0/juniper_hyper/CHANGELOG.md)
1010

1111
[`hyper`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]).
1212

@@ -31,7 +31,7 @@ Check [`examples/hyper_server.rs`][1] for example code of a working [`hyper`] se
3131

3232
## License
3333

34-
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0/juniper_hyper/LICENSE).
34+
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.10.0/juniper_hyper/LICENSE).
3535

3636

3737

@@ -43,4 +43,4 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
4343
[Juniper Book]: https://graphql-rust.github.io/juniper
4444
[Rust]: https://www.rust-lang.org
4545

46-
[1]: https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0/juniper_hyper/examples/hyper_server.rs
46+
[1]: https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.10.0/juniper_hyper/examples/hyper_server.rs

0 commit comments

Comments
 (0)