Skip to content

Commit f9fc710

Browse files
committed
Prepare v1.0.0-beta-3 release
1 parent 82f8476 commit f9fc710

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

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

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

5+
## 1.0.0-beta.3 - 2021-11-22
6+
7+
- Nushell pinned to 0.40
8+
- Added support for batching `docs` operations.
9+
510
## 1.0.0-beta.2 - 2021-10-18
611

712
- Nushell pinned to 0.38

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,6 +1,6 @@
11
[package]
22
name = "couchbase-shell"
3-
version = "1.0.0-beta.3-dev"
3+
version = "1.0.0-beta.3"
44
authors = ["Michael Nitschinger <michael@nitschinger.at>"]
55
edition = "2018"
66
default-run = "cbsh"

README.md

Lines changed: 5 additions & 5 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.2](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.2/cbsh-1.0.0-beta.2-linux.tar.gz)
15-
- [macOS 1.0.0-beta.2](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.2/cbsh-1.0.0-beta.2-mac.zip)
16-
- [Windows 1.0.0-beta.2](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.2/cbsh-1.0.0-beta.2-windows.zip)
14+
- [Linux 1.0.0-beta.3](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.2/cbsh-1.0.0-beta.2-linux.tar.gz)
15+
- [macOS 1.0.0-beta.3](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.2/cbsh-1.0.0-beta.2-mac.zip)
16+
- [Windows 1.0.0-beta.3](https://github.com/couchbaselabs/couchbase-shell/releases/download/v1.0.0-beta.2/cbsh-1.0.0-beta.2-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.2
26+
The Couchbase Shell 1.0.0-beta.3
2727
```
2828

2929
## Basic Usage
@@ -143,7 +143,7 @@ If you just want to use it and don't want to bother compiling all the time, you
143143

144144
```
145145
❯ cargo install --path .
146-
Installing couchbase-shell v1.0.0-beta.2 (/Users/michaelnitschinger/couchbase/code/rust/couchbase-shell)
146+
Installing couchbase-shell v1.0.0-beta.3 (/Users/michaelnitschinger/couchbase/code/rust/couchbase-shell)
147147
Updating crates.io index
148148
Downloaded plist v1.2.1
149149
Downloaded onig v6.3.0

0 commit comments

Comments
 (0)