Skip to content

Commit

Permalink
release: cynic-parser-v0.8.5 (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
cynic-releaser[bot] authored Nov 27, 2024
1 parent 92d1f9b commit 020bdb7
Show file tree
Hide file tree
Showing 6 changed files with 19 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.4" }
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros", version = "0.8.4" }
cynic-parser = { path = "cynic-parser", version = "0.8.5" }
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros", version = "0.8.5" }
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.4"
version = "0.8.5"

homepage = "https://docs.rs/cynic-parser-deser"
documentation = "https://docs.rs/cynic-parser-deser"
Expand Down
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.4"
version = "0.8.5"

homepage = "https://docs.rs/cynic-parser-deser"
documentation = "https://docs.rs/cynic-parser-deser"
Expand Down
11 changes: 11 additions & 0 deletions cynic-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased - xxxx-xx-xx

## v0.8.5 - 2024-11-27

### New Features

- Every selection set in `ExecutableDocument` now has a span.

### Bug Fixes

- `Type::wrappers` functions now return `TypeWrappersIter` instead of `impl Iterator`
- `TypeWrappersIter` is now `Clone`

## v0.8.4 - 2024-11-20

### Bug Fixes
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.4"
version = "0.8.5"

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

0 comments on commit 020bdb7

Please sign in to comment.