Skip to content

Commit

Permalink
Prepare beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daschl committed Oct 18, 2021
1 parent f4cf508 commit 41baa56
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

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

## 1.0.0-beta.2 - Unreleased
## 1.0.0-beta.2 - 2021-10-18

- Nushell pinned to 0.38
- Added support for `from bson` (also supports opening `bson` files directly).
- Update the default collection and scope when the cluster is changed.
- Use the default bucket from each cluster with ping.
- Don't allow to unregister the active cluster.
- Add a `--cloud` switch to use to only display cloud info when used.
- Add support for scope/collection drop.

## 1.0.0-beta.1 - 2021-07-15

Expand Down
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,6 +1,6 @@
[package]
name = "couchbase-shell"
version = "1.0.0-beta.2-dev"
version = "1.0.0-beta.2"
authors = ["Michael Nitschinger <[email protected]>"]
edition = "2018"
default-run = "cbsh"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.1
The Couchbase Shell 1.0.0-beta.2
Alternative Shell and UI for Couchbase Server and Cloud
USAGE:
Expand Down

0 comments on commit 41baa56

Please sign in to comment.