Skip to content

Commit b167d08

Browse files
committed
cparser-1.1.0
1 parent 5afb3b5 commit b167d08

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

graphql-c_parser/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
- Drop support for Ruby 2.7 #4899
6+
- Reduce allocation of repeated strings for identifiers when parsing schemas #4899
7+
38
## 1.0.8
49

510
- Support directives on variable definitions, requires `graphql` 2.2.10+ #4847

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.0.8"
5+
VERSION = "1.1.0"
66
end
77
end

0 commit comments

Comments
 (0)