Skip to content

Commit

Permalink
Prepare 0.9.0 release of juniper_hyper crate (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 20, 2024
1 parent e3c1efd commit 209e5e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
text: ${{ github.ref }}
regex: '^refs/tags/(([a-z_]+)-v([0-9]+\.[0-9]+\.[0-9]+(-.+)?))$'

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

Expand Down
3 changes: 2 additions & 1 deletion juniper_hyper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ All user visible changes to `juniper_hyper` crate will be documented in this fil



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

### BC Breaks

Expand Down
2 changes: 1 addition & 1 deletion juniper_hyper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "juniper_hyper"
version = "0.9.0-dev"
version = "0.9.0"
edition = "2021"
rust-version = "1.73"
description = "`juniper` GraphQL integration with `hyper`."
Expand Down
6 changes: 3 additions & 3 deletions juniper_hyper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![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)
[![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)

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

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

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

## License

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



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

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

0 comments on commit 209e5e6

Please sign in to comment.