diff --git a/Cargo.lock b/Cargo.lock index 045a0159..b3ea5322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,7 +1240,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "couchbase-shell" -version = "1.2.0" +version = "1.3.0" dependencies = [ "async-openai", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1d673969..5c6d81e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["utilities"] } [package] name = "couchbase-shell" -version = "1.2.0" +version = "1.3.0" authors = ["Charles Dixon ", "Jack Westwood "] edition = "2018" default-run = "cbsh" diff --git a/docs/quickstart.adoc b/docs/quickstart.adoc index cdead9a4..2011fbfb 100644 --- a/docs/quickstart.adoc +++ b/docs/quickstart.adoc @@ -2,7 +2,7 @@ === Installation -The current latest version is *1.2.0*. +The current latest version is *1.3.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.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] + - Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.3.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.3.0/cbsh-x86_64-apple-darwin.zip[cbsh-x86_64-apple-darwin.zip] + - Linux aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.3.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.3.0/cbsh-aarch64-apple-darwin.zip[cbsh-aarch64-apple-darwin.zip] + - Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.3.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 a6ac0dad..a2ca9111 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -1,5 +1,9 @@ == Release Notes +=== 1.3.0 - 2025-05-12 + +* Nushell bumped to 0.112.2 + === 1.2.0 - 2025-03-05 * Support for deploying free tier Capella clusters