From 0ae6bde33e0f9ca7f937f559e5b4171c754e7808 Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Mon, 4 May 2026 16:12:04 -0700 Subject: [PATCH] release(cli): cut v0.2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Single bug fixed since v0.2.5: - spawn-helper bundled without exec bit on darwin → terminals crashed with `posix_spawnp failed.` on every open. chmod +x in build-dist + live PTY spawn smoke test that catches this regression class (#4058). Push cli-v0.2.6 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 02feecdd4a2..f3b895ee535 100644 --- a/bun.lock +++ b/bun.lock @@ -677,7 +677,7 @@ }, "packages/cli": { "name": "@superset/cli", - "version": "0.2.5", + "version": "0.2.6", "dependencies": { "@clack/prompts": "^0.10.0", "@superset/cli-framework": "workspace:*", diff --git a/packages/cli/cli.config.ts b/packages/cli/cli.config.ts index 34dc5513f0e..6742f2906c1 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.5"; +const VERSION = "0.2.6"; export default defineConfig({ name: "superset", diff --git a/packages/cli/package.json b/packages/cli/package.json index a2cd04b5c6a..bce68bc9623 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@superset/cli", - "version": "0.2.5", + "version": "0.2.6", "private": true, "type": "module", "scripts": {