diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-04-20 20:51:07 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-04-20 20:51:07 +0200 |
commit | 05ebbdbc69d9aae6edbf27bf9c89bc4511d01467 (patch) | |
tree | 6a238176a5860a71c18ba457efe2c624186dcd5c | |
parent | 9275cfc93869c47bfa5c99776f18e68a00789bd5 (diff) | |
download | evtclib-0.7.2.tar.gz evtclib-0.7.2.tar.bz2 evtclib-0.7.2.zip |
bump version to 0.7.2v0.7.2
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8532b95..e243e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased + +## 0.7.2 - 2022-04-20 ### Added - Support for Aetherblade Hideout logs with the Challenge Mote active: - Success detection for CM logs @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.7.1" +version = "0.7.2" authors = ["Daniel Schadt"] edition = "2018" description = "An evtc parsing library" |