Skip to content

Commit 209e5e6

Browse files
committed
Prepare 0.9.0 release of juniper_hyper crate (#1198)
1 parent e3c1efd commit 209e5e6

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
text: ${{ github.ref }}
319319
regex: '^refs/tags/(([a-z_]+)-v([0-9]+\.[0-9]+\.[0-9]+(-.+)?))$'
320320

321-
- run: cargo publish -p ${{ steps.tag.outputs.group2 }}
321+
- run: cargo publish -p ${{ steps.tag.outputs.group2 }} --all-features
322322
env:
323323
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
324324

juniper_hyper/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All user visible changes to `juniper_hyper` crate will be documented in this fil
66

77

88

9-
## master
9+
## [0.9.0] · 2024-03-20
10+
[0.9.0]: /../../tree/juniper_hyper-v0.9.0/juniper_hyper
1011

1112
### BC Breaks
1213

juniper_hyper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_hyper"
3-
version = "0.9.0-dev"
3+
version = "0.9.0"
44
edition = "2021"
55
rust-version = "1.73"
66
description = "`juniper` GraphQL integration with `hyper`."

juniper_hyper/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![CI](https://github.com/graphql-rust/juniper/workflows/CI/badge.svg?branch=master "CI")](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
77
[![Rust 1.73+](https://img.shields.io/badge/rustc-1.73+-lightgray.svg "Rust 1.73+")](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
88

9-
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/juniper_hyper/CHANGELOG.md)
9+
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.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/master/juniper_hyper/LICENSE).
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).
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/master/juniper_hyper/examples/hyper_server.rs
46+
[1]: https://github.com/graphql-rust/juniper/blob/juniper_hyper-v0.9.0/juniper_hyper/examples/hyper_server.rs

0 commit comments

Comments
 (0)