Skip to content

Commit

Permalink
cparser-1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jun 21, 2023
1 parent 31ea6ba commit 2186dbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions graphql-c_parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# GraphQL::CParser

## 1.0.4

- Use UTF-8 encoding for static strings #4526

## 1.0.3

- Raise a `ParseError` on bad Unicode escapes (like the Ruby parser) #4514
Expand Down
2 changes: 1 addition & 1 deletion graphql-c_parser/lib/graphql/c_parser/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module GraphQL
module CParser
VERSION = "1.0.3"
VERSION = "1.0.4"
end
end

0 comments on commit 2186dbd

Please sign in to comment.