Skip to content

Commit 25dd646

Browse files
release: cynic-parser-v0.9.1 (#1132)
Co-authored-by: cynic-releaser[bot] <166170668+cynic-releaser[bot]@users.noreply.github.com> Co-authored-by: Graeme Coupar <graeme@turbofish.tech>
1 parent 2026a62 commit 25dd646

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ version = "3.10.0"
4040
rust-version = "1.80"
4141

4242
[workspace.dependencies]
43-
cynic-parser = { path = "cynic-parser", version = "0.9.0" }
44-
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros", version = "0.9.0" }
43+
cynic-parser = { path = "cynic-parser", version = "0.9" }
44+
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros", version = "0.9" }
4545
darling = "0.20"
4646
graphql-mocks.path = "graphql-mocks"
4747
rstest = "0.23"

cynic-parser-deser-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Macros for cynic-parser-deser"
44
keywords = ["graphql", "parser", "deserialization"]
55
readme = "README.md"
66

7-
version = "0.9.0"
7+
version = "0.9.1"
88

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

cynic-parser-deser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Deserialization for cynic-parser Values"
44
keywords = ["graphql", "parser", "deserialization"]
55
readme = "README.md"
66

7-
version = "0.9.0"
7+
version = "0.9.1"
88

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

cynic-parser/CHANGELOG.md

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

1010
## Unreleased - xxxx-xx-xx
1111

12+
## v0.9.1 - 2025-02-20
13+
14+
### Bug Fixes
15+
16+
- `TryFrom<Value<'_>> for ConstValue<'_>` now returns an error when an object
17+
or list contains a `Value`, rather than panicing (#1133)
18+
1219
## v0.9.0 - 2025-02-10
1320

1421
### Breaking Changes

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.9.0"
7+
version = "0.9.1"
88

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

0 commit comments

Comments
 (0)