Skip to content

Commit

Permalink
Prepare 0.6.0 release of juniper_actix crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 23, 2024
1 parent caa9495 commit 5447cc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion juniper_actix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion juniper_actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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`."
Expand Down
6 changes: 3 additions & 3 deletions juniper_actix/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/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]).

Expand All @@ -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).



Expand All @@ -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

0 comments on commit 5447cc6

Please sign in to comment.