We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209ce54 commit 6758b11Copy full SHA for 6758b11
CHANGELOG.md
@@ -10,6 +10,16 @@
10
11
### Bug fixes
12
13
+# 2.5.21
14
+
15
+### New features
16
17
+- Continue building `Execution::Next` #5553 #5562 #5563 #5566 #5569 #5570 #5571
18
19
+### Bug fixes
20
21
+- `Schema.from_definition`: fix field calls when all arguments come from extras #5557
22
23
# 2.5.20 (23 Feb 2026)
24
25
- `DetailedTrace`: Handle inspecting instances of anonymous classes #5530
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.20"
+ VERSION = "2.5.21"
4
end
0 commit comments