diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bb9ba..c03dd58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.8.0 - 2020-03-06 ## Changed diff --git a/Cargo.lock b/Cargo.lock index f5302e1..4c35821 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "elan" -version = "0.7.6-pre" +version = "0.8.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "download 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index 7450304..2278b2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "elan" -version = "0.7.6-pre" +version = "0.8.0" authors = [ "Sebastian Ullrich " ] description = "Manage multiple Lean installations with ease" publish = false