Skip to content

Commit

Permalink
Prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Westwooo committed Feb 4, 2025
1 parent 7355c18 commit fbc2dec
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
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.0.0"
version = "1.1.0"
authors = ["Charles Dixon <[email protected]>", "Jack Westwood <[email protected]>"]
edition = "2018"
default-run = "cbsh"
Expand Down
14 changes: 7 additions & 7 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.0.0*.
The current latest version is *1.1.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.0.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.0.0/cbsh-x86_64-apple-darwin.zip[cbsh-x86_64-apple-darwin.zip]
- Linux aarch64: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.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.0.0/cbsh-aarch64-apple-darwin.zip[cbsh-aarch64-apple-darwin.zip]
- Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.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.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]

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 All @@ -29,7 +29,7 @@ You can now run the `cbsh` binary:

```
❯ ./cbsh --version
The Couchbase Shell 1.0.0
The Couchbase Shell 1.1.0
```

TIP: If you are running a recent macOS release (i.e. 10.15.x), you'll likely see an error similar to *"cbsh" was blocked from use because it is not from an identified developer*.
Expand Down
7 changes: 7 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
== Release Notes

=== 1.1.0 - 2025-04-02

* Added support for Columnar cluster management and queries
* Added commands to list and delete cluster credentials
* Analytics query results are now streamed
* Nushell bumped to 0.97.1

=== 1.0.0 - 2024-09-11

* Nushell pinned to 0.95
Expand Down

0 comments on commit fbc2dec

Please sign in to comment.