Prepare 0.8.0 release of juniper_warp
crate (#1198)
This commit is contained in:
parent
27dbbcaef4
commit
26bbd6d912
3 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,8 @@ All user visible changes to `juniper_warp` crate will be documented in this file
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## master
|
## [0.8.0] · 2024-03-20
|
||||||
|
[0.8.0]: /../../tree/juniper_warp-v0.8.0/juniper_warp
|
||||||
|
|
||||||
### BC Breaks
|
### BC Breaks
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "juniper_warp"
|
name = "juniper_warp"
|
||||||
version = "0.8.0-dev"
|
version = "0.8.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.73"
|
rust-version = "1.73"
|
||||||
description = "`juniper` GraphQL integration with `warp`."
|
description = "`juniper` GraphQL integration with `warp`."
|
||||||
|
|
|
@ -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)
|
[![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)
|
[![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_warp/CHANGELOG.md)
|
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_warp-v0.8.0/juniper_warp/CHANGELOG.md)
|
||||||
|
|
||||||
[`warp`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]).
|
[`warp`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]).
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Check [`examples/subscription.rs`][1] for example code of a working [`warp`] ser
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_warp/LICENSE).
|
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_warp-v0.8.0/juniper_warp/LICENSE).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
[Juniper Book]: https://graphql-rust.github.io/juniper
|
||||||
[Rust]: https://www.rust-lang.org
|
[Rust]: https://www.rust-lang.org
|
||||||
|
|
||||||
[1]: https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/subscription.rs
|
[1]: https://github.com/graphql-rust/juniper/blob/juniper_warp-v0.8.0/juniper_warp/examples/subscription.rs
|
||||||
|
|
Loading…
Reference in a new issue