aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-05-16 12:42:00 +0200
committerDaniel <kingdread@gmx.de>2020-05-16 12:42:00 +0200
commitd0563f9dd7baaccdba00c667509209f6550ea727 (patch)
treea34244b41da51a516eca2b03b369f8186cd3bf13
parent62837e13f2825f5f370edbef7ef1c5be74778eea (diff)
downloadraidgrep-d0563f9dd7baaccdba00c667509209f6550ea727.tar.gz
raidgrep-d0563f9dd7baaccdba00c667509209f6550ea727.tar.bz2
raidgrep-d0563f9dd7baaccdba00c667509209f6550ea727.zip
bump version to 1.2.0v1.2.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95e0647..7bccd70 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.2.0 - 2020-05-16
### Added
- An indicator for whether a fight was done with Challenge Mote activated.
- A `-cm` filter to filter logs based on the Challenge Mote.
@@ -19,7 +21,7 @@ All notable changes to this project will be documented in this file.
- Regular expressions are now matched case-insensitive.
- Players in a subgroup are now sorted by their account names.
-## 1.1.0 -- 2020-05-04
+## 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 b12318e..6ef7c38 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -703,7 +703,7 @@ dependencies = [
[[package]]
name = "raidgrep"
-version = "1.1.0"
+version = "1.2.0"
dependencies = [
"anyhow 1.0.31 (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 6871958..d6262fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raidgrep"
-version = "1.1.0"
+version = "1.2.0"
authors = ["Daniel <kingdread@gmx.de>"]
license = "GPL-3.0-or-later"
edition = "2018"