Skip to content

Commit e3c1efd

Browse files
committed
Prepare 0.5.0 release of juniper_actix crate (#1198)
1 parent 731a1b0 commit e3c1efd

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
text: ${{ github.ref }}
195195
regex: '^refs/tags/(([a-z_]+)-v([0-9]+\.[0-9]+\.[0-9]+(-.+)?))$'
196196

197-
- run: cargo package -p ${{ steps.tag.outputs.group2 }}
197+
- run: cargo package -p ${{ steps.tag.outputs.group2 }} --all-features
198198

199199
test:
200200
strategy:

juniper_actix/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All user visible changes to `juniper_actix` crate will be documented in this fil
66

77

88

9-
## master
9+
## [0.5.0] · 2024-03-20
10+
[0.5.0]: /../../tree/juniper_actix-v0.5.0/juniper_actix
1011

1112
### BC Breaks
1213

juniper_actix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_actix"
3-
version = "0.5.0-dev"
3+
version = "0.5.0"
44
edition = "2021"
55
rust-version = "1.73"
66
description = "`juniper` GraphQL integration with `actix-web`."

juniper_actix/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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_actix/CHANGELOG.md)
9+
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.5.0/juniper_actix/CHANGELOG.md)
1010

1111
[`actix-web`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]).
1212

@@ -33,7 +33,7 @@ Check [`examples/subscription.rs`][1] for example code of a working [`actix-web`
3333

3434
## License
3535

36-
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_actix/LICENSE).
36+
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.5.0/juniper_actix/LICENSE).
3737

3838

3939

@@ -46,5 +46,5 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
4646
[Juniper Book]: https://graphql-rust.github.io/juniper
4747
[Rust]: https://www.rust-lang.org
4848

49-
[1]: https://github.com/graphql-rust/juniper/blob/master/juniper_actix/examples/subscription.rs
49+
[1]: https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.5.0/juniper_actix/examples/subscription.rs
5050

0 commit comments

Comments
 (0)