Loading CHANGELOG.md +0 −6 Original line number Diff line number Diff line ## [0.21.0](https://gitlab.com/gitlab-org/glql/compare/v0.20.9...v0.21.0) (2025-11-03) ### Features * add glql_rb ruby gem ([b64771f](https://gitlab.com/gitlab-org/glql/commit/b64771f7ef729d31d5c597f001f1ab887110ba57)) * simplify Ruby API arguments ([c262246](https://gitlab.com/gitlab-org/glql/commit/c262246157cd95704871728451a3132924c90578)) ## [0.20.9](https://gitlab.com/gitlab-org/glql/compare/v0.20.8...v0.20.9) (2025-09-15) ### Features Loading Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ dependencies = [ [[package]] name = "glql" version = "0.21.0" version = "0.20.9" dependencies = [ "chrono", "graphql-parser", Loading Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "glql" version = "0.21.0" version = "0.20.9" edition = "2024" description = "GLQL transpiler, wrapping the WASM build" repository = "https://gitlab.com/gitlab-org/glql" Loading glql_rb/Gemfile.lock +1 −1 Original line number Diff line number Diff line PATH remote: . specs: gitlab_query_language (0.21.0) gitlab_query_language (0.20.9) rb_sys (~> 0.9.91) GEM Loading glql_rb/lib/gitlab_query_language/version.rb +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ # This version is kept in sync with the root Cargo.toml version. # A version bump will trigger a gem release. module Glql VERSION = "0.21.0" VERSION = "0.20.9" end Loading
CHANGELOG.md +0 −6 Original line number Diff line number Diff line ## [0.21.0](https://gitlab.com/gitlab-org/glql/compare/v0.20.9...v0.21.0) (2025-11-03) ### Features * add glql_rb ruby gem ([b64771f](https://gitlab.com/gitlab-org/glql/commit/b64771f7ef729d31d5c597f001f1ab887110ba57)) * simplify Ruby API arguments ([c262246](https://gitlab.com/gitlab-org/glql/commit/c262246157cd95704871728451a3132924c90578)) ## [0.20.9](https://gitlab.com/gitlab-org/glql/compare/v0.20.8...v0.20.9) (2025-09-15) ### Features Loading
Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ dependencies = [ [[package]] name = "glql" version = "0.21.0" version = "0.20.9" dependencies = [ "chrono", "graphql-parser", Loading
Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "glql" version = "0.21.0" version = "0.20.9" edition = "2024" description = "GLQL transpiler, wrapping the WASM build" repository = "https://gitlab.com/gitlab-org/glql" Loading
glql_rb/Gemfile.lock +1 −1 Original line number Diff line number Diff line PATH remote: . specs: gitlab_query_language (0.21.0) gitlab_query_language (0.20.9) rb_sys (~> 0.9.91) GEM Loading
glql_rb/lib/gitlab_query_language/version.rb +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ # This version is kept in sync with the root Cargo.toml version. # A version bump will trigger a gem release. module Glql VERSION = "0.21.0" VERSION = "0.20.9" end