Skip to content

Commit c3181f4

Browse files
chore(release): v0.1.7
1 parent 921bc3c commit c3181f4

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.7](https://github.com/nullpo-head/wsl-distrod/compare/v0.1.6...v0.1.7) (2022-07-07)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
8+
9+
110
## [0.1.6](https://github.com/nullpo-head/wsl-distrod/compare/v0.1.5...v0.1.6) (2022-07-06)
211

312

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.6"
3+
version = "0.1.7"
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.6"
3+
version = "0.1.7"
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.6"
3+
version = "0.1.7"
44
authors = ["Takaya Saeki <tasaeki@microsoft.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)