From 011fc65289cfc95ec670753aab88571c542d5bc1 Mon Sep 17 00:00:00 2001 From: Jack Westwood Date: Thu, 5 Mar 2026 12:16:33 +0000 Subject: [PATCH] Prepare for 1.2.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/quickstart.adoc | 12 ++++++------ docs/release_notes.adoc | 6 ++++++ 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2833ae0..996297e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,7 +1228,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "couchbase-shell" -version = "1.1.0" +version = "1.2.0" dependencies = [ "async-openai", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cc29baea..542879e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["utilities"] } [package] name = "couchbase-shell" -version = "1.1.0" +version = "1.2.0" authors = ["Charles Dixon ", "Jack Westwood "] edition = "2018" default-run = "cbsh" diff --git a/docs/quickstart.adoc b/docs/quickstart.adoc index dd96c4c6..cdead9a4 100644 --- a/docs/quickstart.adoc +++ b/docs/quickstart.adoc @@ -2,7 +2,7 @@ === 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`. @@ -10,11 +10,11 @@ There are a couple ways you can get access to `cbsh`. 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): diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 4c4e6df1..a6ac0dad 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -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