Skip to content

Commit

Permalink
release: parser v0.4.4 (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
cynic-releaser[bot] authored Jun 10, 2024
1 parent 5e7b817 commit 738e280
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.

6 changes: 6 additions & 0 deletions cynic-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## Unreleased - xxxx-xx-xx

## v0.4.4 - 2024-06-10

### New Features

- impl Ord for parser id types ([#981](https://github.com/obmarg/cynic/pull/981))

## v0.4.3 - 2024-06-04

### 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.4.3"
version = "0.4.4"

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

0 comments on commit 738e280

Please sign in to comment.