diff --git a/juniper_actix/CHANGELOG.md b/juniper_actix/CHANGELOG.md index f19890acd..e478340f4 100644 --- a/juniper_actix/CHANGELOG.md +++ b/juniper_actix/CHANGELOG.md @@ -6,7 +6,8 @@ All user visible changes to `juniper_actix` crate will be documented in this fil -## master +## [0.6.0] ยท 2024-07-23 +[0.6.0]: /../../tree/juniper_actix-v0.6.0/juniper_actix ### BC Breaks diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index 73888ef27..c68b2a2de 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_actix" -version = "0.5.0" +version = "0.6.0" edition = "2021" rust-version = "1.75" description = "`juniper` GraphQL integration with `actix-web`." diff --git a/juniper_actix/README.md b/juniper_actix/README.md index 1932d5d7b..f778ef1d5 100644 --- a/juniper_actix/README.md +++ b/juniper_actix/README.md @@ -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/juniper_actix-v0.5.0/juniper_actix/CHANGELOG.md) +- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.6.0/juniper_actix/CHANGELOG.md) [`actix-web`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]). @@ -33,7 +33,7 @@ Check [`examples/subscription.rs`][1] for example code of a working [`actix-web` ## License -This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.5.0/juniper_actix/LICENSE). +This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.6.0/juniper_actix/LICENSE). @@ -46,5 +46,5 @@ 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/juniper_actix-v0.5.0/juniper_actix/examples/subscription.rs +[1]: https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.6.0/juniper_actix/examples/subscription.rs