File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.3.0 - 2025-12-03
9+
10+ ### Changed
11+
12+ - Switch to [ current GraphQL-Ruby Tracing API] ( https://graphql-ruby.org/queries/tracing ) (` GraphQL::Schema.trace_with ` ) API. [ #9 ] ( https://github.com/yabeda-rb/yabeda-graphql/pull/9 ) by [ @loadkpi ]
13+
14+ ### Removed
15+
16+ - Support for GraphQL-Ruby versions older than 2.2. [ @Envek ]
17+
818## 0.2.3 - 2023-05-29
919
1020### Fixed
@@ -36,3 +46,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3646
3747[ @Envek ] : https://github.com/Envek " Andrey Novikov "
3848[ @skateman ] : https://github.com/skateman " Halász Dávid "
49+ [ @loadkpi ] : https://github.com/loadkpi " Pavel Kozlov "
Original file line number Diff line number Diff line change 11module Yabeda
22 module GraphQL
3- VERSION = "0.2.3 "
3+ VERSION = "0.3.0 "
44 end
55end
You can’t perform that action at this time.
0 commit comments