Skip to content

Commit 617f901

Browse files
committed
Preserve juniper_axum 0.1.1 in history
2 parents eb1fac2 + ab85a28 commit 617f901

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

juniper_axum/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,20 @@ All user visible changes to `juniper_axum` crate will be documented in this file
1616

1717
- Building on `wasm32-unknown-unknown` and `wasm32-wasi` targets. ([#1283], [#1282])
1818

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+
1929
### Fixed
2030

2131
- `Content-Type` header reading full value instead of just media type. ([#1289], [#1288])
2232

23-
[#1272]: /../../pull/1272
24-
[#1282]: /../../issues/1282
25-
[#1283]: /../../pull/1283
2633
[#1288]: /../../issues/1288
2734
[#1289]: /../../pull/1289
2835

juniper_axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_axum"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
rust-version = "1.75"
66
description = "`juniper` GraphQL integration with `axum`."

juniper_axum/README.md

Lines changed: 4 additions & 4 deletions
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.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)
88

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)
1010

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

@@ -31,7 +31,7 @@ Check [`examples/simple.rs`][1] and [`examples/custom.rs`][1] for example code o
3131

3232
## License
3333

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).
3535

3636

3737

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

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

0 commit comments

Comments
 (0)