Skip to content

Commit 0d4415e

Browse files
committed
Prepare 0.7.0 release of juniper_actix crate
1 parent a3004c8 commit 0d4415e

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

juniper_actix/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,28 @@ All user visible changes to `juniper_actix` crate will be documented in this fil
66

77

88

9+
## [0.7.0] · 2025-09-08
10+
[0.7.0]: /../../tree/juniper_actix-v0.7.0/juniper_actix
11+
12+
### BC Breaks
13+
14+
- Switched to 0.17 version of [`juniper` crate].
15+
- Switched to 0.5 version of [`juniper_graphql_ws` crate].
16+
- Bumped up [MSRV] to 1.85 due to [`actix-ws` crate] requirements and migration to 2024 edition. ([#1267], [1b1fc618])
17+
18+
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
19+
20+
21+
22+
923
## [0.6.0] · 2024-07-23
1024
[0.6.0]: /../../tree/juniper_actix-v0.6.0/juniper_actix
1125

1226
### BC Breaks
1327

1428
- Switched to 0.3 version of [`actix-ws` crate]. ([#1267])
15-
- Bumped up [MSRV] to 1.85 due to [`actix-ws` crate] requirements and migration to 2024 edition. ([#1267], [todo])
1629

1730
[#1267]: /../../pull/1267
18-
[todo]: /../../commit/todo
1931

2032

2133

juniper_actix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_actix"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "`juniper` GraphQL integration with `actix-web`."
@@ -47,7 +47,7 @@ actix-test = "0.1"
4747
anyhow = "1.0.47"
4848
async-stream = "0.3"
4949
env_logger = "0.11"
50-
juniper = { version = "0.17.0", path = "../juniper", features = ["expose-test-schema"] }
50+
juniper = { version = "0.17", path = "../juniper", features = ["expose-test-schema"] }
5151
log = "0.4"
5252
rand = "0.9"
5353
tokio = "1.0"

juniper_actix/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![CI](https://github.com/graphql-rust/juniper/actions/workflows/ci.yml/badge.svg?branch=master "CI")](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
77
[![Rust 1.85+](https://img.shields.io/badge/rustc-1.85+-lightgray.svg "Rust 1.85+")](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html)
88

9-
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.6.0/juniper_actix/CHANGELOG.md)
9+
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.7.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/juniper_actix-v0.6.0/juniper_actix/LICENSE).
36+
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.7.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/juniper_actix-v0.6.0/juniper_actix/examples/subscription.rs
49+
[1]: https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.7.0/juniper_actix/examples/subscription.rs
5050

0 commit comments

Comments
 (0)