Skip to content
Open
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.0.0"
".": "1.1.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.1.0](https://github.com/altertable-ai/altertable-cli/compare/v1.0.0...v1.1.0) (2026-07-10)


### Features

* allow to attach all available catalogs ([#44](https://github.com/altertable-ai/altertable-cli/issues/44)) ([d3b42c2](https://github.com/altertable-ai/altertable-cli/commit/d3b42c29b1e3403930e9f7e64237d2190ffcc3b8))


### Bug Fixes

* harden profile reuse and uniformize profile display and reuse ([#45](https://github.com/altertable-ai/altertable-cli/issues/45)) ([23ca8f1](https://github.com/altertable-ai/altertable-cli/commit/23ca8f1eadad316bbeab1f7ffab8166731c68a36))
* **release:** narrow release workflow to published tags ([#40](https://github.com/altertable-ai/altertable-cli/issues/40)) ([f224328](https://github.com/altertable-ai/altertable-cli/commit/f224328f3e70b137c5cfbcdc5790b8031cfde71c))
* subsequent login mixing current profile ([#46](https://github.com/altertable-ai/altertable-cli/issues/46)) ([992aaee](https://github.com/altertable-ai/altertable-cli/commit/992aaeeee25a2d1c7d548525a0ffeddbd115d40a))

## [1.0.0] - 2026-07-09

First public release of the Altertable CLI: a production-ready terminal for querying
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.0.0",
"version": "1.1.0",
"description": "Altertable CLI — query and manage your data platform",
"homepage": "https://github.com/altertable-ai/altertable-cli#readme",
"bugs": {
Expand Down