diff options
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dca5e2..1dfe8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,11 @@ All notable changes to this project will be documented in this file. ## Unreleased + +## 1.3.1 - 2020-10-10 ### Added - The `--count`/`-n` flag to only output the number of matching logs. +- Support for Sunqua Peak logs. ## 1.3.0 - 2020-07-24 ### Added @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "raidgrep" -version = "1.3.0" +version = "1.3.1" dependencies = [ "anyhow", "chrono", @@ -1,6 +1,6 @@ [package] name = "raidgrep" -version = "1.3.0" +version = "1.3.1" authors = ["Daniel <kingdread@gmx.de>"] license = "GPL-3.0-or-later" edition = "2018" |