Preserve juniper_axum 0.1.1 in history

This commit is contained in:
tyranron 2024-10-28 13:02:41 +01:00
commit 617f90159c
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0
3 changed files with 15 additions and 8 deletions

View file

@ -16,13 +16,20 @@ All user visible changes to `juniper_axum` crate will be documented in this file
- Building on `wasm32-unknown-unknown` and `wasm32-wasi` targets. ([#1283], [#1282]) - Building on `wasm32-unknown-unknown` and `wasm32-wasi` targets. ([#1283], [#1282])
[#1272]: /../../pull/1272
[#1282]: /../../issues/1282
[#1283]: /../../pull/1283
## [0.1.1] · 2024-10-28
[0.1.1]: /../../tree/juniper_axum-v0.1.1/juniper_axum
### Fixed ### Fixed
- `Content-Type` header reading full value instead of just media type. ([#1289], [#1288]) - `Content-Type` header reading full value instead of just media type. ([#1289], [#1288])
[#1272]: /../../pull/1272
[#1282]: /../../issues/1282
[#1283]: /../../pull/1283
[#1288]: /../../issues/1288 [#1288]: /../../issues/1288
[#1289]: /../../pull/1289 [#1289]: /../../pull/1289

View file

@ -1,6 +1,6 @@
[package] [package]
name = "juniper_axum" name = "juniper_axum"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
rust-version = "1.75" rust-version = "1.75"
description = "`juniper` GraphQL integration with `axum`." description = "`juniper` GraphQL integration with `axum`."

View file

@ -6,7 +6,7 @@
[![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) [![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)
[![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) [![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)
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.0/juniper_axum/CHANGELOG.md) - [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.1/juniper_axum/CHANGELOG.md)
[`axum`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]). [`axum`] web server integration for [`juniper`] ([GraphQL] implementation for [Rust]).
@ -31,7 +31,7 @@ Check [`examples/simple.rs`][1] and [`examples/custom.rs`][1] for example code o
## License ## License
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.0/juniper_axum/LICENSE). This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.1/juniper_axum/LICENSE).
@ -43,5 +43,5 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
[Juniper Book]: https://graphql-rust.github.io/juniper [Juniper Book]: https://graphql-rust.github.io/juniper
[Rust]: https://www.rust-lang.org [Rust]: https://www.rust-lang.org
[1]: https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.0/juniper_axum/examples/simple.rs [1]: https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.1/juniper_axum/examples/simple.rs
[2]: https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.0/juniper_axum/examples/custom.rs [2]: https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.1/juniper_axum/examples/custom.rs