Skip to content

Commit 6cf1bb3

Browse files
committed
Prepare 0.1.0 release of juniper_axum crate (#1198)
1 parent 26bbd6d commit 6cf1bb3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

juniper_axum/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All user visible changes to `juniper_axum` crate will be documented in this file
66

77

88

9-
## master
9+
## [0.1.0] · 2024-03-20
10+
[0.1.0]: /../../tree/juniper_axum-v0.1.0/juniper_axum
1011

1112
### Initialized
1213

juniper_axum/README.md

+4-4
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.73+](https://img.shields.io/badge/rustc-1.73+-lightgray.svg "Rust 1.73+")](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
88

9-
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/juniper_axum/CHANGELOG.md)
9+
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_axum-v0.1.0/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/master/juniper_axum/LICENSE).
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).
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/master/juniper_axum/examples/simple.rs
47-
[2]: https://github.com/graphql-rust/juniper/blob/master/juniper_axum/examples/custom.rs
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

0 commit comments

Comments
 (0)