Skip to content

Commit dce16e3

Browse files
committed
Release v0.1.4
## Improvements - Add a little more debug logging ## Bug Fixes - Fix mount argument, which caused undocumented behavior
1 parent 0e5d13d commit dce16e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

distrod/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distrod/distrod-exec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "distrod-exec"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
55
edition = "2018"
66

distrod/distrod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "distrod"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
55
edition = "2018"
66

distrod/distrod_wsl_launcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "distrod_wsl_launcher"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Takaya Saeki <tasaeki@microsoft.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)