Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
## Improvements

- Add a little more debug logging

## Bug Fixes

- Fix mount argument, which caused undocumented behavior
  • Loading branch information
nullpo-head committed Nov 20, 2021
1 parent 0e5d13d commit dce16e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions distrod/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 distrod/distrod-exec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "distrod-exec"
version = "0.1.3"
version = "0.1.4"
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion distrod/distrod/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "distrod"
version = "0.1.3"
version = "0.1.4"
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion distrod/distrod_wsl_launcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "distrod_wsl_launcher"
version = "0.1.3"
version = "0.1.4"
authors = ["Takaya Saeki <tasaeki@microsoft.com>"]
edition = "2018"

Expand Down

0 comments on commit dce16e3

Please sign in to comment.