Skip to content

Commit

Permalink
release: cynic-parser-v0.6.1 (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
cynic-releaser[bot] authored Oct 6, 2024
1 parent ac13e51 commit 95e80e0
Showing 4 changed files with 9 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
@@ -37,7 +37,7 @@ version = "3.8.0"
rust-version = "1.76"

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

## Unreleased - xxxx-xx-xx

## v0.6.1 - 2024-10-06

### Bug Fixes

- Fixed some issues with block string trimming ([#1060](https://github.com/obmarg/cynic/pull/1060))

## v0.6.0 - 2024-10-03

### New Features
2 changes: 1 addition & 1 deletion cynic-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ description = "A fast, correct and easy to use GraphQL parser"
keywords = ["graphql", "parser", "api"]
readme = "README.md"

version = "0.6.0"
version = "0.6.1"

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

0 comments on commit 95e80e0

Please sign in to comment.