Skip to content

Commit

Permalink
Version bump to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Aug 3, 2020
1 parent 435e31f commit 42b2843
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 27 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="0.8.2"></a>
### 0.8.2 The one that lists projects (2020-08-03)

#### Features

* The list and ls subcommand from [@coreyja](https://github.com/coreyja) ([78ec7068](https://github.com/brianp/muxed/commit/78ec70681e852e6734c2a2680ab9fb9d47992ff7))

#### Documentation

* **README:** Update usage for list and ls ([039ccb96](https://github.com/brianp/muxed/commit/039ccb965fb9523117b51fa1ceb1e4ffd174d513))

#### Refactor

* Replace string slices in favor of Rc strings ([0bfad6ec](https://github.com/brianp/muxed/commit/0bfad6ec84e01c696024955c179ac21d71f4a1fe))
* **Dockerfiles:** Rename stable to nix ([f46a3ecf](https://github.com/brianp/muxed/commit/f46a3ecf1ca0e6ceef4bbaee073b6d5dff5a6bb6))
* **Packaging:** Include license, changlog, and readme files ([c729dee0](https://github.com/brianp/muxed/commit/c729dee057c0f20e69c3de12270f18cb7ecb1143))

<a name="0.8.1"></a>
### 0.8.1 The one that supports better session switching (2020-01-02)

Expand Down
40 changes: 20 additions & 20 deletions 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 = "muxed"
version = "0.8.2-development"
version = "0.8.2"
authors = ["Brian Pearce"]

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version = "0.8.2-development"
version = "0.8.2"
authors = ["Brian Pearce"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion edit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edit"
version = "0.8.2-development"
version = "0.8.2"
authors = ["Brian Pearce"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion list/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "list"
version = "0.8.2-development"
version = "0.8.2"
authors = ["Brian Pearce"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion load/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "load"
version = "0.8.2-development"
version = "0.8.2"
authors = ["Brian Pearce"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion new/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "new"
version = "0.8.2-development"
version = "0.8.2"
authors = ["Brian Pearce"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion snapshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snapshot"
version = "0.8.2-development"
version = "0.8.2"
authors = ["Brian Pearce"]
publish = false

Expand Down

0 comments on commit 42b2843

Please sign in to comment.