aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-05-11 22:47:39 +0200
committerDaniel Schadt <kingdread@gmx.de>2022-05-11 22:47:39 +0200
commit095369c320f98dfc8a8a0e93e9439c111eb3eaa0 (patch)
tree3ba3263f29831e0d74013be59a990f8fbbb487de
parent4ba2419acb9165bafe44277a55555ad144fb6fc9 (diff)
downloadevtclib-0.7.3.tar.gz
evtclib-0.7.3.tar.bz2
evtclib-0.7.3.zip
bump version to 0.7.3v0.7.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e9bc6a..ba1509e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,8 +3,10 @@
All notable changes to this project will be documented in this file.
## Unreleased
+
+## 0.7.3 - 2022-05-11
### Added
-- Support for Xunlai Jade Junkyard with the Challenge Mote active
+- Support for CM detection in the Xunlai Jade Junkyard strike (Ankka)
## 0.7.2 - 2022-04-20
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 9e16b32..037e096 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evtclib"
-version = "0.7.2"
+version = "0.7.3"
authors = ["Daniel Schadt"]
edition = "2018"
description = "An evtc parsing library"