diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d721c3..88297d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All user visible changes to this project will be documented in this file. -## 1.0.0-beta.1 - Unreleased +## 1.0.0-beta.2 - Unreleased + +## 1.0.0-beta.1 - 2021-07-15 - Nushell pinned to 0.34 - Added support for alternate addresses (enables all data commands for Couchbase Cloud) @@ -17,7 +19,7 @@ All user visible changes to this project will be documented in this file. - Return an error if the `--clusters` flag does not return a single cluster. - Cloud support to the `nodes` command has been added.‚‚ - The Message of the Day has been brought back. - - Commands have been reordered so the `get` subcommands are now at the toplevel. + - Commands have been reordered so the `get` subcommands are now "at the toplevel. - Bundling the `fetch` plugin so now you can load any site/data you want. ## 1.0.0-alpha.2 - 2021-06-09 diff --git a/Cargo.lock b/Cargo.lock index 021328b0..d56c620d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,7 +990,7 @@ dependencies = [ [[package]] name = "couchbase-shell" -version = "1.0.0-alpha.3-dev" +version = "1.0.0-beta.1" dependencies = [ "ansi_term 0.12.1", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 0a64a103..15c67c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "couchbase-shell" -version = "1.0.0-alpha.3-dev" +version = "1.0.0-beta.1" authors = ["Michael Nitschinger "] edition = "2018" default-run = "cbsh" diff --git a/README.md b/README.md index dc0c5aef..22f79965 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Next, clone the repository and then run `cargo run`. The first time it will take ``` $ ./cbsh -h -The Couchbase Shell 1.0.0-alpha.2 +The Couchbase Shell 1.0.0-beta.1 Alternative Shell and UI for Couchbase Server and Cloud USAGE: diff --git a/docs/quickstart.adoc b/docs/quickstart.adoc index 7c56a06c..3409a4ee 100644 --- a/docs/quickstart.adoc +++ b/docs/quickstart.adoc @@ -2,18 +2,18 @@ === Installation -The current latest version is *1.0.0-alpha.2*. +The current latest version is *1.0.0-beta.1*. There are a couple ways you can get access to `cbsh`, the easiest one is to download our pre-built binaries for your platform of choice: - - Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-alpha.2/cbsh-1.0.0-alpha.2-linux.zip[cbsh-1.0.0-alpha.2-linux.zip] - - macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-alpha.2/cbsh-1.0.0-alpha.2-mac.zip[cbsh-1.0.0-alpha.2-mac.zip] - - Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-alpha.2/cbsh-1.0.0-alpha.2-windows.zip[cbsh-1.0.0-alpha.2-windows.zip] + - Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.1/cbsh-1.0.0-beta.1-linux.zip[cbsh-1.0.0-beta.1-linux.zip] + - macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.1/cbsh-1.0.0-beta.1-mac.zip[cbsh-1.0.0-beta.1-mac.zip] + - Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.1/cbsh-1.0.0-beta.1-windows.zip[cbsh-1.0.0-beta.1-windows.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): ``` -$ unzip cbsh-1.0.0-alpha.2-osx.zip +$ unzip cbsh-1.0.0-beta.1-osx.zip $ cd cbsh-mac-x86_64 $ ls cbsh examples LICENSE README.md @@ -27,7 +27,7 @@ $ ./cbsh ───┬─────────────── # │ version ───┼─────────────── - 0 │ 1.0.0-alpha.2 + 0 │ 1.0.0-beta.1 ───┴─────────────── ```