Skip to content

Commit

Permalink
(cargo-release) version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostassoid committed Sep 23, 2019
1 parent 5dc6d83 commit c557213
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased] - ReleaseDate
## [v0.2.1] - 2019-09-23

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lethe"
version = "0.2.1-dev"
version = "0.2.1"
authors = ["Konstantin Alexandroff <[email protected]>"]
description = "A command-line tool to generate cryptocurrency wallets"
homepage = "https://github.com/Kostassoid/lethe"
Expand Down Expand Up @@ -52,4 +52,4 @@ opt-level = 0
opt-level = 3
incremental = true
debug-assertions = true
debug = true
debug = true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ In case of SSDs, however, it is practically impossible to prove the data was suc

## Download

Current release: **v0.2.0**
Current release: **v0.2.1**

Download and unzip binaries for your OS:
- [macOS x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.0/lethe-v0.2.0-x86_64-apple-darwin.tar.gz)
- [Linux x64](https://github.com/Kostassoid/lethe/releases/download/v0.2.0/lethe-v0.2.0-x86_64-unknown-linux-musl.tar.gz)
- [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)

Or build `lethe` yourself using latest [Rust toolchain](https://www.rust-lang.org/tools/install):

Expand Down

0 comments on commit c557213

Please sign in to comment.