Skip to content

Commit

Permalink
release: cynic-parser-v0.5.2 (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
cynic-releaser[bot] authored Sep 25, 2024
1 parent a9de885 commit 275fa17
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "3.8.0"
rust-version = "1.72"

[workspace.dependencies]
cynic-parser = { path = "cynic-parser", version = "0.5.1" }
cynic-parser = { path = "cynic-parser", version = "0.5.2" }
darling = "0.20"
rstest = "0.22"
syn = "2"
Expand Down
13 changes: 13 additions & 0 deletions cynic-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased - xxxx-xx-xx

## v0.5.2 - 2024-09-25

### New Features

- `Description` is now Display
([#1044](https://github.com/obmarg/cynic/pull/1044))

### Bug Fixes

- `Iter::with_ids` now takes self by reference, which works better with
`Iter` no longer being `Copy`
([#1045](https://github.com/obmarg/cynic/pull/1045))

## v0.5.1 - 2024-09-25

### 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.5.1"
version = "0.5.2"

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

0 comments on commit 275fa17

Please sign in to comment.