Skip to content

Commit 95e80e0

Browse files
release: cynic-parser-v0.6.1 (#1059)
1 parent ac13e51 commit 95e80e0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ version = "3.8.0"
3737
rust-version = "1.76"
3838

3939
[workspace.dependencies]
40-
cynic-parser = { path = "cynic-parser", version = "0.6.0" }
40+
cynic-parser = { path = "cynic-parser", version = "0.6.1" }
4141
darling = "0.20"
4242
rstest = "0.23"
4343
syn = "2"

cynic-parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
99

1010
## Unreleased - xxxx-xx-xx
1111

12+
## v0.6.1 - 2024-10-06
13+
14+
### Bug Fixes
15+
16+
- Fixed some issues with block string trimming ([#1060](https://github.com/obmarg/cynic/pull/1060))
17+
1218
## v0.6.0 - 2024-10-03
1319

1420
### New Features

cynic-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A fast, correct and easy to use GraphQL parser"
44
keywords = ["graphql", "parser", "api"]
55
readme = "README.md"
66

7-
version = "0.6.0"
7+
version = "0.6.1"
88

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

0 commit comments

Comments
 (0)