Skip to content

Commit

Permalink
Merge pull request #226 from thomastaylor312/chore/bump_0.5
Browse files Browse the repository at this point in the history
chore(*): Bumps bindle version
  • Loading branch information
thomastaylor312 authored Sep 7, 2021
2 parents af53457 + 74eae94 commit 719f578
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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,6 +1,6 @@
[package]
name = "bindle"
version = "0.4.1"
version = "0.5.0"
authors = [
"Matt Butcher <[email protected]>",
"Taylor Thomas <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on Linux, MacOS, and Windows (in PowerShell):

1. Download your desired version from [the releases
page](https://github.com/deislabs/bindles/releases)
1. Unpack it (`tar -xzf bindle-v0.4.1-linux-amd64.tar.gz`)
1. Unpack it (`tar -xzf bindle-v0.5.0-linux-amd64.tar.gz`)
1. Move the bindle and bindle CLIs to their desired
destinations somewhere in your `$PATH` (e.g. `mv bindle bindle-server /usr/local/bin/` on Unix-like
systems or `mv *.exe C:\Windows\system32\` on Windows)
Expand Down
4 changes: 2 additions & 2 deletions docs/crate-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Bindle is an aggregate object storage system used for storing aggregate applicat
Add the following to your `Cargo.toml` dependencies:

```toml
bindle = "0.4"
bindle = "0.5"
```

### Features

By default, all of the following features are enabled. To use specific features (for example, just using the client component):

```toml
bindle = { version = "0.4", default-features = false, features = ["client"]}
bindle = { version = "0.5", default-features = false, features = ["client"]}
```

- `client`: The client component of Bindle. This includes a fully featured client SDK.
Expand Down

0 comments on commit 719f578

Please sign in to comment.