From 52627e5350378574c5a41b2177f96f7f388dee64 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Tue, 15 Jan 2019 09:58:24 +0100 Subject: [PATCH] (cargo-release) version 0.7.2 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f3db2..81b49ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.7.2 - 2019-01-15 ## Changed diff --git a/Cargo.lock b/Cargo.lock index 78b5ea8..5efbe36 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.2-pre" +version = "0.7.2" 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 3952695..a0732f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "elan" -version = "0.7.2-pre" +version = "0.7.2" authors = [ "Sebastian Ullrich " ] description = "Manage multiple Lean installations with ease" publish = false