Prepare 0.16.0 release of juniper_codegen crate (#1198)

This commit is contained in:
tyranron 2024-03-20 17:06:24 +02:00
parent ec0d7d8097
commit 63f6f8fae4
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0
4 changed files with 6 additions and 5 deletions

View file

@ -52,7 +52,7 @@ fnv = "1.0.5"
futures = { version = "0.3.22", features = ["alloc"], default-features = false }
graphql-parser = { version = "0.4", optional = true }
indexmap = { version = "2.0", features = ["serde"] }
juniper_codegen = { version = "0.16.0-dev", path = "../juniper_codegen" }
juniper_codegen = { version = "0.16.0", path = "../juniper_codegen" }
rust_decimal = { version = "1.20", default-features = false, optional = true }
ryu = { version = "1.0", optional = true }
serde = { version = "1.0.122", features = ["derive"] }

View file

@ -6,7 +6,8 @@ All user visible changes to `juniper_codegen` crate will be documented in this f
## master
## [0.16.0] · 2024-03-20
[0.16.0]: /../../tree/juniper_codegen-v0.16.0/juniper_codegen
### BC Breaks

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_codegen"
version = "0.16.0-dev"
version = "0.16.0"
edition = "2021"
rust-version = "1.73"
description = "Code generation for `juniper` crate."

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)
[![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)
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/juniper_codegen/CHANGELOG.md)
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_codegen-v0.16.0/juniper_codegen/CHANGELOG.md)
Code generation for [`juniper`] crate.
@ -17,7 +17,7 @@ DO NOT use it directly, use [`juniper`] crate instead.
## License
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_codegen/LICENSE).
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_codegen-v0.16.0/juniper_codegen/LICENSE).