Skip to content

Commit 0a0be00

Browse files
committed
Prepare for 1.2.0 release
1 parent 7943477 commit 0a0be00

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
workspace = { members = ["utilities"] }
22
[package]
33
name = "couchbase-shell"
4-
version = "1.1.0"
4+
version = "1.2.0"
55
authors = ["Charles Dixon <chvckd@gmail.com>", "Jack Westwood <jack.westwood@couchbase.com>"]
66
edition = "2018"
77
default-run = "cbsh"

docs/quickstart.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
=== Installation
44

5-
The current latest version is *1.1.0*.
5+
The current latest version is *1.2.0*.
66

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

99
==== Binaries
1010

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

13-
- 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]
14-
- macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.1.0/cbsh-x86_64-apple-darwin.zip[cbsh-x86_64-apple-darwin.zip]
15-
- 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]
16-
- macOS aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.1.0/cbsh-aarch64-apple-darwin.zip[cbsh-aarch64-apple-darwin.zip]
17-
- 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]
13+
- 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]
14+
- macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.2.0/cbsh-x86_64-apple-darwin.zip[cbsh-x86_64-apple-darwin.zip]
15+
- 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]
16+
- macOS aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.2.0/cbsh-aarch64-apple-darwin.zip[cbsh-aarch64-apple-darwin.zip]
17+
- 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]
1818

1919
Once you've downloaded the `zip` file, extract it and switch into the just created directory.
2020
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):

docs/release_notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
== Release Notes
22

3+
=== 1.2.0 - 2025-03-05
4+
5+
* Support for deploying free tier Capella clusters
6+
* Support custom API base when using OpenAI models
7+
* Nushell bumped to 0.111.0
8+
39
=== 1.1.0 - 2025-02-04
410

511
* Added support for Columnar cluster management and queries

0 commit comments

Comments
 (0)