aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-04-01 23:11:17 +0200
committerDaniel Schadt <kingdread@gmx.de>2022-04-01 23:11:17 +0200
commitdd838eaed16323e5383962fed70f1f2c91750ff8 (patch)
tree1823b76972b67fbff129b858fd63f066b19fdf37
parent65cfa7b4f73fa16d356969aaef1428b5e5ebd116 (diff)
downloadevtclib-0.7.1.tar.gz
evtclib-0.7.1.tar.bz2
evtclib-0.7.1.zip
bump version to 0.7.1v0.7.1
-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 8d4ac05..940d969 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.1 - 2022-04-01
### Added
- Various analyzers for the End of Dragons strike missions:
- `analyzers::strikes::CaptainMaiTrin`
diff --git a/Cargo.toml b/Cargo.toml
index c663e49..60ffa18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "evtclib"
-version = "0.7.0"
+version = "0.7.1"
authors = ["Daniel Schadt"]
edition = "2018"
description = "An evtc parsing library"