From cf2f72357f8df68dfaa6488814406cb448e7f426 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Mon, 22 Jul 2019 10:54:11 +0200 Subject: [PATCH] release 1.0.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 4 +++- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc3891..833c0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ everything a user can notice. ## Fisher 1.0.x -### Next release +### Fisher 1.0.0 + +*Released on July 22nd, 2019.* * **New features:** diff --git a/Cargo.lock b/Cargo.lock index 1deddb1..d2ebbf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "adler32" version = "1.0.3" @@ -260,7 +262,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fisher" -version = "1.0.0-beta.7" +version = "1.0.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 168ee8b..b1e407e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "GPL-3.0" name = "fisher" readme = "README.md" repository = "https://github.com/pietroalbini/fisher" -version = "1.0.0-beta.7" +version = "1.0.0" [[bin]] doc = false