From 4c7d0027839e2f67dd5b06784d3b82ccaa53bcc6 Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Tue, 12 May 2026 12:04:19 -0700 Subject: [PATCH] release(cli): cut v0.2.15 Changes since v0.2.14: - workspaces: `superset workspaces list` now accepts `--project` and `--search` filters, matching the desktop list view. (#4455) - cli-framework: `--help` on a subcommand now shows the global options (e.g. `--json`, `--quiet`, `--api-key`) instead of hiding them. (#4424) - host-service: attachment upload no longer rejects unknown mediaType values returned by some hosts. (#4439) - host-service: PR fetch is now per-branch, avoiding 504s on repos with large numbers of open PRs. (#4268) Push cli-v0.2.15 after this lands to fire the release pipeline. --- bun.lock | 2 +- packages/cli/cli.config.ts | 2 +- packages/cli/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 334bd0bd0f8..adac9b95738 100644 --- a/bun.lock +++ b/bun.lock @@ -686,7 +686,7 @@ }, "packages/cli": { "name": "@superset/cli", - "version": "0.2.14", + "version": "0.2.15", "dependencies": { "@clack/prompts": "0.10.1", "@superset/cli-framework": "workspace:*", diff --git a/packages/cli/cli.config.ts b/packages/cli/cli.config.ts index d9829e75d15..b7b3b8c779a 100644 --- a/packages/cli/cli.config.ts +++ b/packages/cli/cli.config.ts @@ -1,6 +1,6 @@ import { boolean, defineConfig, string } from "@superset/cli-framework"; -const VERSION = "0.2.14"; +const VERSION = "0.2.15"; export default defineConfig({ name: "superset", diff --git a/packages/cli/package.json b/packages/cli/package.json index 74004ecd30e..0529e756362 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@superset/cli", - "version": "0.2.14", + "version": "0.2.15", "private": true, "type": "module", "scripts": {