From 684024edb41e44855d35a0bc447a2a8486b33242 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 4 May 2020 15:35:38 +0200 Subject: bump version to 1.1.0 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a40b95f..de02b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased + +## 1.1.0 -- 2020-05-04 ### Added - The REPL now remembers its history across program restarts. - The `-log-before` and `-log-after` predicates, see the manpage for more diff --git a/Cargo.lock b/Cargo.lock index 5e702b0..8a4a1df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -759,7 +759,7 @@ dependencies = [ [[package]] name = "raidgrep" -version = "1.0.2" +version = "1.1.0" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2f999a7..b59d65a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raidgrep" -version = "1.0.2" +version = "1.1.0" authors = ["Daniel "] license = "GPL-3.0-or-later" edition = "2018" -- cgit v1.2.3