From 0b6887f96461e6d6ddde936873ae36b15be46d3e Mon Sep 17 00:00:00 2001 From: kostassoid Date: Mon, 23 Sep 2019 22:24:56 +0300 Subject: [PATCH] (cargo-release) version 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af5e2e4..215b978 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ [[package]] name = "lethe" -version = "0.2.2-dev" +version = "0.2.2" dependencies = [ "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 38ce09d..fbd8532 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lethe" -version = "0.2.2-dev" +version = "0.2.2" authors = ["Konstantin Alexandroff "] description = "A secure, free, cross-platform and open-source drive wiping utility" homepage = "https://github.com/Kostassoid/lethe" diff --git a/README.md b/README.md index bce8652..9d25994 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ In case of SSDs, however, it is practically impossible to prove the data was suc ## Download -Current release: **v0.2.1** +Current release: **v0.2.2** Download and unzip binaries for your OS: -- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.1/lethe-v0.2.1-x86_64-apple-darwin.tar.gz) -- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.1/lethe-v0.2.1-x86_64-unknown-linux-musl.tar.gz) +- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.2/lethe-v0.2.2-x86_64-apple-darwin.tar.gz) +- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.2/lethe-v0.2.2-x86_64-unknown-linux-musl.tar.gz) Or build `lethe` yourself using latest [Rust toolchain](https://www.rust-lang.org/tools/install):