Skip to content

Commit

Permalink
Preserve juniper_axum 0.2.0 in history
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 13, 2025
2 parents d193cdc + f7b85fd commit f049481
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
12 changes: 11 additions & 1 deletion juniper_axum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,23 @@ All user visible changes to `juniper_axum` crate will be documented in this file
### BC Breaks

- Bumped up [MSRV] to 1.75. ([#1272])

[#1272]: /../../pull/1272




## [0.2.0] · 2025-01-13
[0.2.0]: /../../tree/juniper_axum-v0.2.0/juniper_axum

### BC Breaks

- Upgraded to 0.8 version of [`axum` crate]. ([#1303], [#1306])

### Added

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

[#1272]: /../../pull/1272
[#1282]: /../../issues/1282
[#1283]: /../../pull/1283
[#1303]: /../../pull/1303
Expand Down
2 changes: 1 addition & 1 deletion juniper_axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "juniper_axum"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
rust-version = "1.75"
description = "`juniper` GraphQL integration with `axum`."
Expand Down
8 changes: 4 additions & 4 deletions juniper_axum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
[![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.1/juniper_axum/CHANGELOG.md)
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2.0/juniper_axum/CHANGELOG.md)

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

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

## 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).
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2.0/juniper_axum/LICENSE).



Expand All @@ -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
[Rust]: https://www.rust-lang.org

[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.1/juniper_axum/examples/custom.rs
[1]: https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2.0/juniper_axum/examples/simple.rs
[2]: https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.2.0/juniper_axum/examples/custom.rs

0 comments on commit f049481

Please sign in to comment.