Skip to content

Commit 1ec6d74

Browse files
committed
Prepare v1.0.0-beta.5 release
1 parent aeb257d commit 1ec6d74

3 files changed

Lines changed: 16 additions & 10 deletions

File tree

CHANGELOG.md

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

33
All user visible changes to this project will be documented in this file.
44

5+
6+
## 1.0.0-beta.5 - 2022-05-30
7+
8+
- Nushell pinned to 0.63
9+
- Fixed issue with prompt on Windows
10+
511
## 1.0.0-beta.4 - 2022-05-05
612

713
- Nushell pinned to 0.62

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The documentation is available [here](https://couchbase.sh/docs/).
1111

1212
First, download the archive for your operating system.
1313

14-
- [Linux 1.0.0-beta.4](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.4/cbsh-1.0.0-beta.4-linux.tar.gz)
15-
- [macOS 1.0.0-beta.4](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.4/cbsh-1.0.0-beta.4-mac.zip)
16-
- [Windows 1.0.0-beta.4](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.4/cbsh-1.0.0-beta.4-windows.zip)
14+
- [Linux 1.0.0-beta.5](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.5/cbsh-1.0.0-beta.5-linux.tar.gz)
15+
- [macOS 1.0.0-beta.5](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.5/cbsh-1.0.0-beta.5-mac.zip)
16+
- [Windows 1.0.0-beta.5](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.5/cbsh-1.0.0-beta.5-windows.zip)
1717

1818
You do not need any extra dependencies to run `cbsh`, it comes "batteries included".
1919

@@ -23,7 +23,7 @@ After extracting the archive, run the `cbsh` binary in your terminal.
2323

2424
```
2525
❯ ./cbsh --version
26-
The Couchbase Shell 1.0.0-beta.4
26+
The Couchbase Shell 1.0.0-beta.5
2727
```
2828

2929
## Basic Usage

docs/quickstart.adoc

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

33
=== Installation
44

5-
The current latest version is *1.0.0-beta.4*.
5+
The current latest version is *1.0.0-beta.5*.
66

77
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:
88

9-
- Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.4/cbsh-1.0.0-beta.4-linux.tar.gz[cbsh-1.0.0-beta.4-linux.tar.gz]
10-
- macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.4/cbsh-1.0.0-beta.4-mac.zip[cbsh-1.0.0-beta.4-mac.zip]
11-
- Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.4/cbsh-1.0.0-beta.4-windows.zip[cbsh-1.0.0-beta.4-windows.zip]
9+
- Linux: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.5/cbsh-1.0.0-beta.5-linux.tar.gz[cbsh-1.0.0-beta.5-linux.tar.gz]
10+
- macOS: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.5/cbsh-1.0.0-beta.5-mac.zip[cbsh-1.0.0-beta.5-mac.zip]
11+
- Windows: https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.5/cbsh-1.0.0-beta.5-windows.zip[cbsh-1.0.0-beta.5-windows.zip]
1212

1313
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):
1414

1515
```
16-
$ unzip cbsh-1.0.0-beta.4-mac.zip
16+
$ unzip cbsh-1.0.0-beta.5-mac.zip
1717
$ ls
1818
cbsh examples LICENSE README.md
1919
```
@@ -22,7 +22,7 @@ You can now run the `cbsh` binary:
2222

2323
```
2424
❯ ./cbsh --version
25-
The Couchbase Shell 1.0.0-beta.4
25+
The Couchbase Shell 1.0.0-beta.5
2626
```
2727

2828
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*. This is because our binaries are not yet signed. To run it nonetheless you need to navigate to `System Preferences -> Security & Privacy` and click `Allow Anyway`. Next time you run the binary you'll get another prompt but then it should run fine.

0 commit comments

Comments
 (0)