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 Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
workspace = { members = ["utilities"] }
[package]
name = "couchbase-shell"
version = "1.1.0"
version = "1.2.0"
authors = ["Charles Dixon <chvckd@gmail.com>", "Jack Westwood <jack.westwood@couchbase.com>"]
edition = "2018"
default-run = "cbsh"
Expand Down
12 changes: 6 additions & 6 deletions docs/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

=== Installation

The current latest version is *1.1.0*.
The current latest version is *1.2.0*.

There are a couple ways you can get access to `cbsh`.

==== Binaries

Download our pre-built binaries for your platform of choice:

- Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.1.0/cbsh-x86_64-unknown-linux-gnu.tar.gz[cbsh-x86_64-unknown-linux-gnu.tar.gz]
- macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.1.0/cbsh-x86_64-apple-darwin.zip[cbsh-x86_64-apple-darwin.zip]
- Linux aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.1.0/cbsh-aarch64-unknown-linux-gnu.tar.gz[cbsh-aarch64-unknown-linux-gnu.tar.gz]
- macOS aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.1.0/cbsh-aarch64-apple-darwin.zip[cbsh-aarch64-apple-darwin.zip]
- Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.1.0/cbsh-x86_64-pc-windows-msvc.zip[cbsh-x86_64-pc-windows-msvc.zip]
- Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.2.0/cbsh-x86_64-unknown-linux-gnu.tar.gz[cbsh-x86_64-unknown-linux-gnu.tar.gz]
- macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.2.0/cbsh-x86_64-apple-darwin.zip[cbsh-x86_64-apple-darwin.zip]
- Linux aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.2.0/cbsh-aarch64-unknown-linux-gnu.tar.gz[cbsh-aarch64-unknown-linux-gnu.tar.gz]
- macOS aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.2.0/cbsh-aarch64-apple-darwin.zip[cbsh-aarch64-apple-darwin.zip]
- Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.2.0/cbsh-x86_64-pc-windows-msvc.zip[cbsh-x86_64-pc-windows-msvc.zip]

Once you've downloaded the `zip` file, extract it and switch into the just created directory.
The following example shows it for mac, but it works very similar if you are on linux (just align the commands with the file you just downloaded):
Expand Down
6 changes: 6 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
== Release Notes

=== 1.2.0 - 2025-03-05

* Support for deploying free tier Capella clusters
* Support custom API base when using OpenAI models
* Nushell bumped to 0.111.0

=== 1.1.0 - 2025-02-04

* Added support for Columnar cluster management and queries
Expand Down
Loading