Skip to content

Commit

Permalink
release: cynic-parser-v0.8.2 (#1091)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `cynic-parser`: 0.8.1 -> 0.8.2
* `cynic-parser-deser`: 0.8.1 -> 0.8.2 (✓ API compatible changes)
* `cynic-parser-deser-macros`: 0.8.1 -> 0.8.2

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: cynic-releaser[bot] <166170668+cynic-releaser[bot]@users.noreply.github.com>
Co-authored-by: Graeme Coupar <grambo@grambo.me.uk>
  • Loading branch information
cynic-releaser[bot] and obmarg authored Nov 12, 2024
1 parent 2479a51 commit ee0ced7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ version = "3.9.0"
rust-version = "1.76"

[workspace.dependencies]
cynic-parser = { path = "cynic-parser", version = "0.8.1" }
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros", version = "0.8.1" }
cynic-parser = { path = "cynic-parser", version = "0.8.2" }
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros", version = "0.8.2" }
darling = "0.20"
rstest = "0.23"
syn = "2"
Expand Down
2 changes: 1 addition & 1 deletion cynic-parser-deser-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Macros for cynic-parser-deser"
keywords = ["graphql", "parser", "deserialization"]
readme = "README.md"

version = "0.8.1"
version = "0.8.2"

homepage = "https://docs.rs/cynic-parser-deser"
documentation = "https://docs.rs/cynic-parser-deser"
Expand Down
5 changes: 5 additions & 0 deletions cynic-parser-deser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Changelog](http://keepachangelog.com/en/1.0.0/).

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v0.8.2 - 2024-11-12

### Bug Fixes

- Option fields now always default to None if they are missing ([#1092](https://github.com/obmarg/cynic/pull/1092))
## v0.8.1 - 2024-11-12

- Initial Version
2 changes: 1 addition & 1 deletion cynic-parser-deser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Deserialization for cynic-parser Values"
keywords = ["graphql", "parser", "deserialization"]
readme = "README.md"

version = "0.8.1"
version = "0.8.2"

homepage = "https://docs.rs/cynic-parser-deser"
documentation = "https://docs.rs/cynic-parser-deser"
Expand Down
2 changes: 1 addition & 1 deletion cynic-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A fast, correct and easy to use GraphQL parser"
keywords = ["graphql", "parser", "api"]
readme = "README.md"

version = "0.8.1"
version = "0.8.2"

homepage = "https://docs.rs/cynic-parser"
documentation = "https://docs.rs/cynic-parser"
Expand Down

0 comments on commit ee0ced7

Please sign in to comment.