Skip to content

Commit 4320147

Browse files
chore(release): v0.1.6
1 parent a273d95 commit 4320147

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.6](https://github.com/nullpo-head/wsl-distrod/compare/v0.1.5...v0.1.6) (2022-07-06)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
110
## [0.1.5](https://github.com/nullpo-head/wsl-distrod/compare/v0.1.4...v0.1.5) (2022-01-17)
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.5"
3+
version = "0.1.6"
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.5"
3+
version = "0.1.6"
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.5"
3+
version = "0.1.6"
44
authors = ["Takaya Saeki <tasaeki@microsoft.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)