File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,23 @@ All user visible changes to `juniper_axum` crate will be documented in this file
11
11
### BC Breaks
12
12
13
13
- Bumped up [ MSRV] to 1.75. ([ #1272 ] )
14
+
15
+ [ #1272 ] : /../../pull/1272
16
+
17
+
18
+
19
+
20
+ ## [ 0.2.0] · 2025-01-13
21
+ [ 0.2.0 ] : /../../tree/juniper_axum-v0.2.0/juniper_axum
22
+
23
+ ### BC Breaks
24
+
14
25
- Upgraded to 0.8 version of [ ` axum ` crate] . ([ #1303 ] , [ #1306 ] )
15
26
16
27
### Added
17
28
18
29
- Building on ` wasm32-unknown-unknown ` and ` wasm32-wasi ` targets. ([ #1283 ] , [ #1282 ] )
19
30
20
- [ #1272 ] : /../../pull/1272
21
31
[ #1282 ] : /../../issues/1282
22
32
[ #1283 ] : /../../pull/1283
23
33
[ #1303 ] : /../../pull/1303
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " juniper_axum"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.75"
6
6
description = " `juniper` GraphQL integration with `axum`."
Original file line number Diff line number Diff line change 6
6
[ ![ 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 )
7
7
[ ![ Rust 1.75+] ( https://img.shields.io/badge/rustc-1.75+-lightgray.svg " Rust 1.75+ ")] ( https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html )
8
8
9
- - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.1 /juniper_axum/CHANGELOG.md )
9
+ - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2.0 /juniper_axum/CHANGELOG.md )
10
10
11
11
[ ` axum ` ] web server integration for [ ` juniper ` ] ([ GraphQL] implementation for [ Rust] ).
12
12
@@ -31,7 +31,7 @@ Check [`examples/simple.rs`][1] and [`examples/custom.rs`][1] for example code o
31
31
32
32
## License
33
33
34
- This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.1 /juniper_axum/LICENSE ) .
34
+ This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2.0 /juniper_axum/LICENSE ) .
35
35
36
36
37
37
@@ -43,5 +43,5 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
43
43
[ Juniper Book ] : https://graphql-rust.github.io/juniper
44
44
[ Rust ] : https://www.rust-lang.org
45
45
46
- [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.1 /juniper_axum/examples/simple.rs
47
- [ 2 ] : https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.1 /juniper_axum/examples/custom.rs
46
+ [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2.0 /juniper_axum/examples/simple.rs
47
+ [ 2 ] : https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2.0 /juniper_axum/examples/custom.rs
You can’t perform that action at this time.
0 commit comments