From e17233b9eff76696137a605e4f4e4502e3792a97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:30:37 +0000 Subject: [PATCH] chore(main): release 1.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ COMMANDS.md | 2 +- cli-reference.json | 2 +- cli/package.json | 2 +- cli/src/version.ts | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde7..e20d7e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78085b4..d409b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.1](https://github.com/altertable-ai/altertable-cli/compare/v1.5.0...v1.5.1) (2026-07-30) + + +### Bug Fixes + +* **compute_size:** avoid parsing the compute size and trust the API to do it ([#92](https://github.com/altertable-ai/altertable-cli/issues/92)) ([e9130c5](https://github.com/altertable-ai/altertable-cli/commit/e9130c5e6dfd7854166234f4f67cbcebd63ac3da)) + ## [1.5.0](https://github.com/altertable-ai/altertable-cli/compare/v1.4.0...v1.5.0) (2026-07-27) diff --git a/COMMANDS.md b/COMMANDS.md index 302f34e..431fc60 100644 --- a/COMMANDS.md +++ b/COMMANDS.md @@ -2,7 +2,7 @@ # Altertable CLI command reference -Altertable CLI v1.5.0 • Query and manage your data platform from the terminal. +Altertable CLI v1.5.1 • Query and manage your data platform from the terminal. **Global options** diff --git a/cli-reference.json b/cli-reference.json index 9cbaa27..9e46549 100644 --- a/cli-reference.json +++ b/cli-reference.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "cliVersion": "1.5.0", + "cliVersion": "1.5.1", "globalOptions": [ { "name": "help", diff --git a/cli/package.json b/cli/package.json index 6c1c2a8..68e7797 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@altertable/cli", - "version": "1.5.0", + "version": "1.5.1", "description": "Altertable CLI — query and manage your data platform", "homepage": "https://github.com/altertable-ai/altertable-cli#readme", "bugs": { diff --git a/cli/src/version.ts b/cli/src/version.ts index 9e1296f..e0db67d 100644 --- a/cli/src/version.ts +++ b/cli/src/version.ts @@ -1,2 +1,2 @@ -export const VERSION = "1.5.0"; // x-release-please-version +export const VERSION = "1.5.1"; // x-release-please-version export const USER_AGENT = `altertable-cli/${VERSION}`;