From e513dfff62ed09b25d5e8e0967df0c4b617040f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:56:10 +0000 Subject: [PATCH] chore(main): release 1.6.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 0d1bebe..093be7e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cb6a8..5fd0e3f 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.6.1](https://github.com/altertable-ai/altertable-cli/compare/v1.6.0...v1.6.1) (2026-08-21) + + +### Bug Fixes + +* upgrade Bun to 1.4.0 ([#100](https://github.com/altertable-ai/altertable-cli/issues/100)) ([95bad44](https://github.com/altertable-ai/altertable-cli/commit/95bad44c3f1a6a0218ffeee310474a06cd3acf89)) + ## [1.6.0](https://github.com/altertable-ai/altertable-cli/compare/v1.5.1...v1.6.0) (2026-08-03) diff --git a/COMMANDS.md b/COMMANDS.md index e01ec3b..d211d69 100644 --- a/COMMANDS.md +++ b/COMMANDS.md @@ -2,7 +2,7 @@ # Altertable CLI command reference -Altertable CLI v1.6.0 • Query and manage your data platform from the terminal. +Altertable CLI v1.6.1 • Query and manage your data platform from the terminal. **Global options** diff --git a/cli-reference.json b/cli-reference.json index 4f4fee0..c01610b 100644 --- a/cli-reference.json +++ b/cli-reference.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "cliVersion": "1.6.0", + "cliVersion": "1.6.1", "globalOptions": [ { "name": "help", diff --git a/cli/package.json b/cli/package.json index bd500bc..7746a2d 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@altertable/cli", - "version": "1.6.0", + "version": "1.6.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 27f4a2a..7a0320e 100644 --- a/cli/src/version.ts +++ b/cli/src/version.ts @@ -1,2 +1,2 @@ -export const VERSION = "1.6.0"; // x-release-please-version +export const VERSION = "1.6.1"; // x-release-please-version export const USER_AGENT = `altertable-cli/${VERSION}`;