diff --git a/CHANGELOG.md b/CHANGELOG.md index 843b84d..3383bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.6](https://github.com/nullpo-head/wsl-distrod/compare/v0.1.5...v0.1.6) (2022-07-06) + + +### Bug Fixes + +* ci: Fix version command reported wrong version ([#58](https://github.com/nullpo-head/wsl-distrod/issues/58)) ([fd9bbdc](https://github.com/nullpo-head/wsl-distrod/commit/fd9bbdcce953b2660207aad2b59ec91ab210a621)) + + + ## [0.1.5](https://github.com/nullpo-head/wsl-distrod/compare/v0.1.4...v0.1.5) (2022-01-17) diff --git a/distrod/distrod-exec/Cargo.toml b/distrod/distrod-exec/Cargo.toml index 1a755c7..80e8c8f 100644 --- a/distrod/distrod-exec/Cargo.toml +++ b/distrod/distrod-exec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "distrod-exec" -version = "0.1.5" +version = "0.1.6" authors = ["Takaya Saeki "] edition = "2018" diff --git a/distrod/distrod/Cargo.toml b/distrod/distrod/Cargo.toml index fb0305a..1deb7fb 100644 --- a/distrod/distrod/Cargo.toml +++ b/distrod/distrod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "distrod" -version = "0.1.5" +version = "0.1.6" authors = ["Takaya Saeki "] edition = "2018" diff --git a/distrod/distrod_wsl_launcher/Cargo.toml b/distrod/distrod_wsl_launcher/Cargo.toml index b91dcd3..2067c9e 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.5" +version = "0.1.6" authors = ["Takaya Saeki "] edition = "2018"