From 0920262c8087bccd478306059a760ef8f661352c Mon Sep 17 00:00:00 2001 From: Takaya Saeki Date: Mon, 15 Nov 2021 02:06:51 +0900 Subject: [PATCH] Release v0.1.3 ## Bug Fixes - Fix a tar archive containing files with log path/linkname was not handled correctly (Fix #6) --- distrod/Cargo.lock | 6 +++--- distrod/distrod-exec/Cargo.toml | 2 +- distrod/distrod/Cargo.toml | 2 +- distrod/distrod_wsl_launcher/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/distrod/Cargo.lock b/distrod/Cargo.lock index 426531d..45c42ef 100644 --- a/distrod/Cargo.lock +++ b/distrod/Cargo.lock @@ -236,7 +236,7 @@ dependencies = [ [[package]] name = "distrod" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "chrono", @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "distrod-exec" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "env_logger", @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "distrod_wsl_launcher" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "bytes", diff --git a/distrod/distrod-exec/Cargo.toml b/distrod/distrod-exec/Cargo.toml index 74ddc78..c646c49 100644 --- a/distrod/distrod-exec/Cargo.toml +++ b/distrod/distrod-exec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "distrod-exec" -version = "0.1.2" +version = "0.1.3" authors = ["Takaya Saeki "] edition = "2018" diff --git a/distrod/distrod/Cargo.toml b/distrod/distrod/Cargo.toml index 6bace00..2a3d0f0 100644 --- a/distrod/distrod/Cargo.toml +++ b/distrod/distrod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "distrod" -version = "0.1.2" +version = "0.1.3" authors = ["Takaya Saeki "] edition = "2018" diff --git a/distrod/distrod_wsl_launcher/Cargo.toml b/distrod/distrod_wsl_launcher/Cargo.toml index 43cfc7c..a7e8253 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.2" +version = "0.1.3" authors = ["Takaya Saeki "] edition = "2018"