We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afb3b5 commit b167d08Copy full SHA for b167d08
graphql-c_parser/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# GraphQL::CParser
2
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
8
## 1.0.8
9
10
- Support directives on variable definitions, requires `graphql` 2.2.10+ #4847
graphql-c_parser/lib/graphql/c_parser/version.rb
@@ -2,6 +2,6 @@
module GraphQL
module CParser
- VERSION = "1.0.8"
+ VERSION = "1.1.0"
end
0 commit comments