Prepare 0.5.0 release of juniper_actix
crate (#1198)
This commit is contained in:
parent
731a1b0445
commit
e3c1efd557
4 changed files with 7 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -194,7 +194,7 @@ jobs:
|
||||||
text: ${{ github.ref }}
|
text: ${{ github.ref }}
|
||||||
regex: '^refs/tags/(([a-z_]+)-v([0-9]+\.[0-9]+\.[0-9]+(-.+)?))$'
|
regex: '^refs/tags/(([a-z_]+)-v([0-9]+\.[0-9]+\.[0-9]+(-.+)?))$'
|
||||||
|
|
||||||
- run: cargo package -p ${{ steps.tag.outputs.group2 }}
|
- run: cargo package -p ${{ steps.tag.outputs.group2 }} --all-features
|
||||||
|
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
@ -6,7 +6,8 @@ All user visible changes to `juniper_actix` crate will be documented in this fil
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## master
|
## [0.5.0] · 2024-03-20
|
||||||
|
[0.5.0]: /../../tree/juniper_actix-v0.5.0/juniper_actix
|
||||||
|
|
||||||
### BC Breaks
|
### BC Breaks
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "juniper_actix"
|
name = "juniper_actix"
|
||||||
version = "0.5.0-dev"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.73"
|
rust-version = "1.73"
|
||||||
description = "`juniper` GraphQL integration with `actix-web`."
|
description = "`juniper` GraphQL integration with `actix-web`."
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
[](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
|
[](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
|
||||||
[](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
|
[](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
|
||||||
|
|
||||||
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/juniper_actix/CHANGELOG.md)
|
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.5.0/juniper_actix/CHANGELOG.md)
|
||||||
|
|
||||||
[`actix-web`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]).
|
[`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
|
## License
|
||||||
|
|
||||||
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_actix/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).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
[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_actix/examples/subscription.rs
|
[1]: https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.5.0/juniper_actix/examples/subscription.rs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue