From caf7bf9df641e528938b65e17cf09dee126aaa6f Mon Sep 17 00:00:00 2001 From: kostassoid Date: Sat, 6 Jun 2020 23:14:07 +0200 Subject: [PATCH] (cargo-release) version 0.3.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3816fa3..1f05927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] - ReleaseDate +## [v0.3.0] - 2020-06-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index 9c16ab7..5d8a83b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,7 +307,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lethe" -version = "0.2.3-dev" +version = "0.3.0" dependencies = [ "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5206add..d15acbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lethe" -version = "0.2.3-dev" +version = "0.3.0" 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 dbc2557..b2b66fb 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ In case of SSDs, however, it is practically impossible to prove the data was suc ## Download -Current release: **v0.2.2** +Current release: **v0.3.0** Download and unzip binaries for your OS: -- [Windows x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.2/lethe-v0.2.2-x86_64-pc-windows-gnu.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) +- [Windows x64](https://github.com/Kostassoid/lethe/releases/download/v0.3.0/lethe-v0.3.0-x86_64-pc-windows-gnu.tar.gz) +- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/v0.3.0/lethe-v0.3.0-x86_64-apple-darwin.tar.gz) +- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/v0.3.0/lethe-v0.3.0-x86_64-unknown-linux-musl.tar.gz) Or install `lethe` from sources using latest [Rust toolchain](https://www.rust-lang.org/tools/install):