diff options
author | Daniel <kingdread@gmx.de> | 2020-07-24 16:48:17 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-07-24 16:48:17 +0200 |
commit | ea60bea5854976e45cee5026c5bdc21d19c0dc0f (patch) | |
tree | 9ffec88a3e15912b265b224eea0f325a066f8f74 | |
parent | e4bcc51d10919a6b68d1f6d115a231ce059b4b46 (diff) | |
download | raidgrep-ea60bea5854976e45cee5026c5bdc21d19c0dc0f.tar.gz raidgrep-ea60bea5854976e45cee5026c5bdc21d19c0dc0f.tar.bz2 raidgrep-ea60bea5854976e45cee5026c5bdc21d19c0dc0f.zip |
bump version to 1.3.0v1.3.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c09a27..5755644 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.3.0 - 2020-07-24 ### Added - The `--check` command line argument to check a single file. - Comparison based filters (`count`, `-time`, `-duration`). @@ -736,7 +736,7 @@ dependencies = [ [[package]] name = "raidgrep" -version = "1.2.0" +version = "1.3.0" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "raidgrep" -version = "1.2.0" +version = "1.3.0" authors = ["Daniel <kingdread@gmx.de>"] license = "GPL-3.0-or-later" edition = "2018" |