Skip to content

Commit bda8c6c

Browse files
committed
c-parser 1.1.3
1 parent 73163bb commit bda8c6c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

graphql-c_parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# GraphQL::CParser
22

3+
## 1.1.3
4+
5+
- Fix to disallow non-null sign (`!`) in fragment conditions #5347
6+
37
## 1.1.2
48

59
- Fix to handle strings with null bytes #5193

graphql-c_parser/lib/graphql/c_parser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module GraphQL
44
module CParser
5-
VERSION = "1.1.2"
5+
VERSION = "1.1.3"
66
end
77
end

0 commit comments

Comments
 (0)