File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,20 @@ All user visible changes to `juniper_axum` crate will be documented in this file
16
16
17
17
- Building on ` wasm32-unknown-unknown ` and ` wasm32-wasi ` targets. ([ #1283 ] , [ #1282 ] )
18
18
19
+ [ #1272 ] : /../../pull/1272
20
+ [ #1282 ] : /../../issues/1282
21
+ [ #1283 ] : /../../pull/1283
22
+
23
+
24
+
25
+
26
+ ## [ 0.1.1] · 2024-10-28
27
+ [ 0.1.1 ] : /../../tree/juniper_axum-v0.1.1/juniper_axum
28
+
19
29
### Fixed
20
30
21
31
- ` Content-Type ` header reading full value instead of just media type. ([ #1289 ] , [ #1288 ] )
22
32
23
- [ #1272 ] : /../../pull/1272
24
- [ #1282 ] : /../../issues/1282
25
- [ #1283 ] : /../../pull/1283
26
33
[ #1288 ] : /../../issues/1288
27
34
[ #1289 ] : /../../pull/1289
28
35
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " juniper_axum"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
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.0 /juniper_axum/CHANGELOG.md )
9
+ - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.1 /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.0 /juniper_axum/LICENSE ) .
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 ) .
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.0 /juniper_axum/examples/simple.rs
47
- [ 2 ] : https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.0 /juniper_axum/examples/custom.rs
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
You can’t perform that action at this time.
0 commit comments