aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-04-26 16:18:47 +0200
committerDaniel <kingdread@gmx.de>2020-04-26 16:18:47 +0200
commit283a56b3a77cd3eb57afe02874cf463b244503da (patch)
tree31ba05cd88f1f5a63f199d53fabec087aa68f9a9
parent7b3705cf6852dc1a894c63392cd3dee86782dd98 (diff)
downloadraidgrep-283a56b3a77cd3eb57afe02874cf463b244503da.tar.gz
raidgrep-283a56b3a77cd3eb57afe02874cf463b244503da.tar.bz2
raidgrep-283a56b3a77cd3eb57afe02874cf463b244503da.zip
bump version to 1.0.1v1.0.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e66ae38..8ab5dca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,3 +3,7 @@
All notable changes to this project will be documented in this file.
## Unreleased
+
+## 1.0.1 - 2020-04-26
+### Changed
+- Compilation is now done with link time optimization for the releases
diff --git a/Cargo.toml b/Cargo.toml
index 3736b9a..942c819 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raidgrep"
-version = "1.0.0"
+version = "1.0.1"
authors = ["Daniel <kingdread@gmx.de>"]
license = "GPL-3.0-or-later"
edition = "2018"