Skip to content

Commit

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

## Unreleased - xxxx-xx-xx

## v0.13.0 - 2021-04-04

### Breaking Changes

There are a number of breaking changes here, though they shouldn't require too
Expand Down Expand Up @@ -92,20 +94,20 @@ much work for users to update. An example of an upgrade can be found
selected on a composite.
- Cynic will now error if a QueryFragment selects no fields.

## v0.12.3 - 2020-04-01
## v0.12.3 - 2021-04-01

## Bug Fixes

- The `cynic::Scalar` derive output no longer contains a spurious `?` that
clippy warns about in Rust 1.51.

## v0.12.2 - 2020-02-22
## v0.12.2 - 2021-02-22

### Bug Fixes

- Hopefully fixed the build of documentation for docs.rs

## v0.12.1 - 2020-02-12
## v0.12.1 - 2021-02-12

### Bug Fixes

Expand All @@ -115,7 +117,7 @@ much work for users to update. An example of an upgrade can be found
- The generator no longer prints out an empty types module when there are
no custom scalars.

## v0.12.0 - 2020-02-08
## v0.12.0 - 2021-02-08

### Breaking Changes

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.12.3"
version = "0.13.0"
authors = ["Graeme Coupar <graeme@polyandglot.dev>"]
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.12.3"
version = "0.13.0"
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 = "0.12.3" }
cynic-codegen = { path = "../cynic-codegen", version = "0.13.0" }
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.12.3"
version = "0.13.0"
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 = "0.12.3"
version = "0.13.0"
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 = "0.12.3"
version = "0.13.0"
authors = ["Graeme Coupar <graeme@polyandglot.dev>"]
edition = "2018"
homepage = "https://cynic-rs.dev"
Expand All @@ -25,7 +25,7 @@ surf-encoding = ["surf/encoding"]

[dependencies]
chrono = { version = "0.4.11", optional = true }
cynic-proc-macros = { path = "../cynic-proc-macros", version = "0.12.3" }
cynic-proc-macros = { path = "../cynic-proc-macros", version = "0.13.0" }
json-decode = "0.5.0"
serde = { version = "1.0.104", 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.12.3"
version = "0.13.0"
authors = ["Graeme Coupar <grambo@grambo.me.uk>"]
edition = "2018"

Expand Down

0 comments on commit 593d4d1

Please sign in to comment.