Skip to content

Commit 63f6f8f

Browse files
committed
Prepare 0.16.0 release of juniper_codegen crate (#1198)
1 parent ec0d7d8 commit 63f6f8f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

juniper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fnv = "1.0.5"
5252
futures = { version = "0.3.22", features = ["alloc"], default-features = false }
5353
graphql-parser = { version = "0.4", optional = true }
5454
indexmap = { version = "2.0", features = ["serde"] }
55-
juniper_codegen = { version = "0.16.0-dev", path = "../juniper_codegen" }
55+
juniper_codegen = { version = "0.16.0", path = "../juniper_codegen" }
5656
rust_decimal = { version = "1.20", default-features = false, optional = true }
5757
ryu = { version = "1.0", optional = true }
5858
serde = { version = "1.0.122", features = ["derive"] }

juniper_codegen/CHANGELOG.md

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

77

88

9-
## master
9+
## [0.16.0] · 2024-03-20
10+
[0.16.0]: /../../tree/juniper_codegen-v0.16.0/juniper_codegen
1011

1112
### BC Breaks
1213

juniper_codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_codegen"
3-
version = "0.16.0-dev"
3+
version = "0.16.0"
44
edition = "2021"
55
rust-version = "1.73"
66
description = "Code generation for `juniper` crate."

juniper_codegen/README.md

+2-2
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_codegen/CHANGELOG.md)
9+
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_codegen-v0.16.0/juniper_codegen/CHANGELOG.md)
1010

1111
Code generation for [`juniper`] crate.
1212

@@ -17,7 +17,7 @@ DO NOT use it directly, use [`juniper`] crate instead.
1717

1818
## License
1919

20-
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_codegen/LICENSE).
20+
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_codegen-v0.16.0/juniper_codegen/LICENSE).
2121

2222

2323

0 commit comments

Comments
 (0)