From 695b49316d3ca7cd1d5d250866fade693dbc71f7 Mon Sep 17 00:00:00 2001 From: kostassoid Date: Mon, 26 Sep 2022 19:54:32 +0200 Subject: [PATCH] (cargo-release) version 0.8.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f0169f..0bc824b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lethe" -version = "0.8.2-rc.1" +version = "0.8.2" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 260f5e7..576d9c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lethe" -version = "0.8.2-rc.1" +version = "0.8.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 1a1b936..c1cb76d 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ I would love to learn about other people's experience with the application. Let ## Download -Current release: **v0.8.1** [Changelog](CHANGELOG.md) +Current release: **v0.8.2** [Changelog](CHANGELOG.md) Download and unzip binaries for your OS: -- [Windows x86-64](https://github.com/Kostassoid/lethe/releases/download/v0.8.1/lethe-v0.8.1-x86_64-pc-windows-gnu.zip) -- [macOS Intel](https://github.com/Kostassoid/lethe/releases/download/v0.8.1/lethe-v0.8.1-x86_64-apple-darwin.tar.gz) -- [macOS Apple](https://github.com/Kostassoid/lethe/releases/download/v0.8.1/lethe-v0.8.1-aarch64-apple-darwin.tar.gz) (Experimental) -- [Linux x86-64](https://github.com/Kostassoid/lethe/releases/download/v0.8.1/lethe-v0.8.1-x86_64-unknown-linux-musl.tar.gz) +- [Windows x86-64](https://github.com/Kostassoid/lethe/releases/download/v0.8.2/lethe-v0.8.2-x86_64-pc-windows-gnu.zip) +- [macOS Intel](https://github.com/Kostassoid/lethe/releases/download/v0.8.2/lethe-v0.8.2-x86_64-apple-darwin.tar.gz) +- [macOS Apple](https://github.com/Kostassoid/lethe/releases/download/v0.8.2/lethe-v0.8.2-aarch64-apple-darwin.tar.gz) (Experimental) +- [Linux x86-64](https://github.com/Kostassoid/lethe/releases/download/v0.8.2/lethe-v0.8.2-x86_64-unknown-linux-musl.tar.gz) Or install `lethe` from sources using the latest [Rust toolchain](https://www.rust-lang.org/tools/install):