Skip to content

Commit

Permalink
Release v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Oct 20, 2021
1 parent dc0cc22 commit 6f35560
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ all APIs might be changed.

## Unreleased - xxxx-xx-xx

## v0.15.1 - xxxx-xx-xx

### New Features

New generator features, so I'm putting them out in a point release:

- Querygen now supports inline fragments on union types & interfaces.
- Querygen now supports subscriptions

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 = "0.15.0"
version = "0.15.1"
authors = ["Graeme Coupar <[email protected]>"]
edition = "2018"
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 = "0.15.0"
version = "0.15.1"
authors = ["Graeme Coupar <[email protected]>"]
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 = "0.15.0" }
cynic-codegen = { path = "../cynic-codegen", version = "0.15.1" }
syn = "1.0.13"
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 = "0.15.0"
version = "0.15.1"
name = "cynic-querygen-web"
repository = "https://github.com/obmarg/cynic"
authors = ["Graeme Coupar<[email protected]>"]
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 = "0.15.0"
version = "0.15.1"
authors = ["Graeme Coupar <[email protected]>"]
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 = "0.15.0"
version = "0.15.1"
authors = ["Graeme Coupar <[email protected]>"]
edition = "2018"
homepage = "https://cynic-rs.dev"
Expand All @@ -24,7 +24,7 @@ surf-middleware-logger = ["surf/middleware-logger"]
surf-encoding = ["surf/encoding"]

[dependencies]
cynic-proc-macros = { path = "../cynic-proc-macros", version = "0.15.0" }
cynic-proc-macros = { path = "../cynic-proc-macros", version = "0.15.1" }
json-decode = "0.6.0"
serde = { version = "1.0.130", features = [ "derive" ] }
serde_json = "1.0"
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 = "0.15.0"
version = "0.15.1"
authors = ["Graeme Coupar <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 6f35560

Please sign in to comment.