Skip to content

Commit

Permalink
Release v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Feb 17, 2023
1 parent 9d23984 commit 8a72d32
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased - xxxx-xx-xx

## v2.2.6 - 2023-02-16

### Bug Fixes

- A QueryFragment used inside an InlineFragment can now have a `__typename`
field.

## v2.2.5 - 2023-02-16

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cynic-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cynic-codegen"
version = "2.2.5"
version = "2.2.6"
authors = ["Graeme Coupar <graeme@polyandglot.dev>"]
edition = "2021"
homepage = "https://cynic-rs.dev"
Expand Down
4 changes: 2 additions & 2 deletions cynic-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cynic-proc-macros"
version = "2.2.5"
version = "2.2.6"
authors = ["Graeme Coupar <graeme@polyandglot.dev>"]
edition = "2018"
homepage = "https://cynic-rs.dev"
Expand All @@ -15,5 +15,5 @@ documentation = "https://docs.rs/cynic-proc-macros"
proc-macro = true

[dependencies]
cynic-codegen = { path = "../cynic-codegen", version = "2.2.5" }
cynic-codegen = { path = "../cynic-codegen", version = "2.2.6" }
syn = "1.0.87"
2 changes: 1 addition & 1 deletion cynic-querygen-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "2.2.5"
version = "2.2.6"
name = "cynic-querygen-web"
repository = "https://github.com/obmarg/cynic"
authors = ["Graeme Coupar<graeme@polyandglot.dev>"]
Expand Down
2 changes: 1 addition & 1 deletion cynic-querygen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cynic-querygen"
version = "2.2.5"
version = "2.2.6"
authors = ["Graeme Coupar <grambo@grambo.me.uk>"]
edition = "2018"
homepage = "https://cynic-rs.dev"
Expand Down
4 changes: 2 additions & 2 deletions cynic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cynic"
version = "2.2.5"
version = "2.2.6"
authors = ["Graeme Coupar <graeme@polyandglot.dev>"]
edition = "2021"
homepage = "https://cynic-rs.dev"
Expand All @@ -21,7 +21,7 @@ http-reqwest = ["reqwest", "serde_json"]
http-reqwest-blocking = ["http-reqwest", "reqwest/blocking", "serde_json"]

[dependencies]
cynic-proc-macros = { path = "../cynic-proc-macros", version = "2.2.5" }
cynic-proc-macros = { path = "../cynic-proc-macros", version = "2.2.6" }
serde = { version = "1.0.136", features = [ "derive" ] }
serde_json = { version = "1.0", optional = true }
static_assertions = "1"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cynic-examples"
version = "2.2.5"
version = "2.2.6"
authors = ["Graeme Coupar <grambo@grambo.me.uk>"]
edition = "2018"
publish = false
Expand Down

0 comments on commit 8a72d32

Please sign in to comment.