Skip to content

Commit

Permalink
Version bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Jan 2, 2020
1 parent f369d75 commit b627d48
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 23 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<a name="0.8.1"></a>
### 0.8.1 The one that supports better session switching (2020-01-02)

#### Fixes

* Fixup doctest and run them in load crate ([ae53ca38](https://github.com/brianp/muxed/commit/ae53ca38e38969f394952d77d67a2c465d75fa6e))
* Add unit test for project open ([7c830272](https://github.com/brianp/muxed/commit/7c83027260a23569224315025b194126c260a00a))

#### Documentation

* Add docker usage to readme ([938d3a00](https://github.com/brianp/muxed/commit/938d3a00b65ca09a2a44a95884e7f3d9c567b32e))

#### Refactor

* **Docker:** Reduce docker image sizes ([161ca7c8](https://github.com/brianp/muxed/commit/161ca7c850601c036c2e1794df2f1a5516817b6d))
* **Readme:** Update copyright for 2020 ([c36f2c40](https://github.com/brianp/muxed/commit/c36f2c40fba5fe5ad64ab6f98d18ae500b2c827b))
* **Travisci:** Run rust stable in travis ([33f707d4](https://github.com/brianp/muxed/commit/33f707d49ff392c603f72b56dea4750c2e1a4bb7))

#### Improvements

* Support switching between sessions ([f544873b](https://github.com/brianp/muxed/commit/f544873b76676b7fa6d24768d073fd49f1fc73df), closes [#49](https://github.com/brianp/muxed/issues/49))

#### Contributions

* Improper passing of subcommands as project from [@coreyja](https://github.com/coreyja) ([655b6fba](https://github.com/brianp/muxed/commit/655b6fba9ef9dd3e5257f150f174e740c26cc702), closes [#45](https://github.com/brianp/muxed/issues/45), and [#46](https://github.com/brianp/muxed/issues/46)

<a name="0.8.0">The one that adds Edit and upgrades all the Dependencies</a>
## 0.8.0 (2019-12-14)

Expand Down
34 changes: 17 additions & 17 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.1-development"
version = "0.8.1"
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.1-development"
version = "0.8.1"
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.1-development"
version = "0.8.1"
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.1-development"
version = "0.8.1"
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.1-development"
version = "0.8.1"
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.1-development"
version = "0.8.1"
authors = ["Brian Pearce"]
publish = false

Expand Down

0 comments on commit b627d48

Please sign in to comment.