Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.3.0](https://github.com/altertable-ai/altertable-cli/compare/v1.2.0...v1.3.0) (2026-07-16)


### Features

* **update:** simplify `update` command behavior and API ([#64](https://github.com/altertable-ai/altertable-cli/issues/64)) ([310acdf](https://github.com/altertable-ai/altertable-cli/commit/310acdf0be659100e06ed016aa58d7b518d6631a))


### Bug Fixes

* **cli:** ignore unrelated Altertable environment variables ([#67](https://github.com/altertable-ai/altertable-cli/issues/67)) ([8fe9041](https://github.com/altertable-ai/altertable-cli/commit/8fe9041bf4af2695e2373c9873afe61ae64a4f19))
* **release:** checkout merge commit for draft release verification ([#58](https://github.com/altertable-ai/altertable-cli/issues/58)) ([988c95d](https://github.com/altertable-ai/altertable-cli/commit/988c95d922c8efcc4fe78e3d4edfd7f827fa6dc0))
* **release:** run recovery with current publication code ([#63](https://github.com/altertable-ai/altertable-cli/issues/63)) ([eab2c4a](https://github.com/altertable-ai/altertable-cli/commit/eab2c4a09164f0da75b1a6a08021f50146c64287))

## [Unreleased]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@altertable/cli",
"version": "1.2.0",
"version": "1.3.0",
"description": "Altertable CLI — query and manage your data platform",
"homepage": "https://github.com/altertable-ai/altertable-cli#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = "1.2.0"; // x-release-please-version
export const VERSION = "1.3.0"; // x-release-please-version
export const USER_AGENT = `altertable-cli/${VERSION}`;
Loading