Commit 487bf64d authored by Daniele Rossetti's avatar Daniele Rossetti
Browse files

Revert "chore(release): v0.21.0"

This reverts commit 950cc851.
parent 950cc851
Loading
Loading
Loading
Loading
+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
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ dependencies = [

[[package]]
name = "glql"
version = "0.21.0"
version = "0.20.9"
dependencies = [
 "chrono",
 "graphql-parser",
+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"
+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
+1 −1
Original line number Diff line number Diff line
@@ -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