aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-04-20 20:51:07 +0200
committerDaniel Schadt <kingdread@gmx.de>2022-04-20 20:51:07 +0200
commit05ebbdbc69d9aae6edbf27bf9c89bc4511d01467 (patch)
tree6a238176a5860a71c18ba457efe2c624186dcd5c
parent9275cfc93869c47bfa5c99776f18e68a00789bd5 (diff)
downloadevtclib-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.md2
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.toml b/Cargo.toml
index 60ffa18..9e16b32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"