File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
66
77
88
9- ## master
9+ ## [ 0.9.0] · 2024-03-20
10+ [ 0.9.0 ] : /../../tree/juniper_rocket-v0.9.0/juniper_rocket
1011
1112### BC Breaks
1213
Original file line number Diff line number Diff line change 11[package ]
22name = " juniper_rocket"
3- version = " 0.9.0-dev "
3+ version = " 0.9.0"
44edition = " 2021"
55rust-version = " 1.73"
66description = " `juniper` GraphQL integration with `rocket`."
Original file line number Diff line number Diff line change 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_rocket/CHANGELOG.md )
9+ - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.9.0 /juniper_rocket/CHANGELOG.md )
1010
1111[ ` rocket ` ] web server integration for [ ` juniper ` ] ([ GraphQL] implementation for [ Rust] ).
1212
@@ -31,7 +31,7 @@ Check [`examples/simple.rs`][1] for example code of a working [`rocket`] server
3131
3232## License
3333
34- This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/master /juniper_rocket/LICENSE ) .
34+ This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.9.0 /juniper_rocket/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_rocket/examples/simple.rs
46+ [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.9.0 /juniper_rocket/examples/simple.rs
You can’t perform that action at this time.
0 commit comments