Skip to content

Commit

Permalink
release: cynic-parser-v0.8.3 (#1093)
Browse files Browse the repository at this point in the history
Co-authored-by: cynic-releaser[bot] <166170668+cynic-releaser[bot]@users.noreply.github.com>
Co-authored-by: Graeme Coupar <[email protected]>
  • Loading branch information
cynic-releaser[bot] and obmarg authored Nov 12, 2024
1 parent 735321a commit 46b5036
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased - xxxx-xx-xx

## v3.9.1 - 2024-11-12

### Changes

- update Cargo.lock dependencies

## v3.9.0 - 2024-11-11

### Changes
Expand Down
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.2" }
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros", version = "0.8.2" }
cynic-parser = { path = "cynic-parser", version = "0.8.3" }
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros", version = "0.8.3" }
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.2"
version = "0.8.3"

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

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

## v0.8.3 - 2024-11-12

### New Features

- Implement `rename_all` in derive(ValueDeserialize) ([#1094](https://github.com/obmarg/cynic/pull/1094))

### Fixes

- Better errors on misuse of the derive

## 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.2"
version = "0.8.3"

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.2"
version = "0.8.3"

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

0 comments on commit 46b5036

Please sign in to comment.