From c3181f4e49566a1d92988b71487716f0dceddd1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 17:54:43 +0000 Subject: [PATCH] chore(release): v0.1.7 --- CHANGELOG.md | 9 +++++++++ distrod/distrod-exec/Cargo.toml | 2 +- distrod/distrod/Cargo.toml | 2 +- distrod/distrod_wsl_launcher/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3383bc3..5655f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.7](https://github.com/nullpo-head/wsl-distrod/compare/v0.1.6...v0.1.7) (2022-07-07) + + +### Bug Fixes + +* Bind mount `/tmp/.X11-unix` for newer version of WSL2 ([#57](https://github.com/nullpo-head/wsl-distrod/issues/57)) ([921bc3c](https://github.com/nullpo-head/wsl-distrod/commit/921bc3c2262aae4cd4656be800371bbbde5770eb)), closes [#56](https://github.com/nullpo-head/wsl-distrod/issues/56) + + + ## [0.1.6](https://github.com/nullpo-head/wsl-distrod/compare/v0.1.5...v0.1.6) (2022-07-06) diff --git a/distrod/distrod-exec/Cargo.toml b/distrod/distrod-exec/Cargo.toml index 80e8c8f..a05b2c0 100644 --- a/distrod/distrod-exec/Cargo.toml +++ b/distrod/distrod-exec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "distrod-exec" -version = "0.1.6" +version = "0.1.7" authors = ["Takaya Saeki "] edition = "2018" diff --git a/distrod/distrod/Cargo.toml b/distrod/distrod/Cargo.toml index 1deb7fb..8e115ce 100644 --- a/distrod/distrod/Cargo.toml +++ b/distrod/distrod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "distrod" -version = "0.1.6" +version = "0.1.7" authors = ["Takaya Saeki "] edition = "2018" diff --git a/distrod/distrod_wsl_launcher/Cargo.toml b/distrod/distrod_wsl_launcher/Cargo.toml index 2067c9e..21b4907 100644 --- a/distrod/distrod_wsl_launcher/Cargo.toml +++ b/distrod/distrod_wsl_launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "distrod_wsl_launcher" -version = "0.1.6" +version = "0.1.7" authors = ["Takaya Saeki "] edition = "2018"