Skip to content

Commit

Permalink
Prepare 0.16.0 release of juniper_codegen crate (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 20, 2024
1 parent ec0d7d8 commit 63f6f8f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion juniper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
3 changes: 2 additions & 1 deletion juniper_codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion juniper_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
4 changes: 2 additions & 2 deletions juniper_codegen/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.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.

Expand All @@ -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).



Expand Down

0 comments on commit 63f6f8f

Please sign in to comment.