diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-10-07 12:19:42 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-10-07 12:19:42 +0200 |
commit | c9e03333f94385cc35bdf3b8d4eb00cd77c3ffb7 (patch) | |
tree | 3eb18b6e0c0406f03edf9596c973a6450c4dc6a5 | |
parent | f480faeefbab83a4396a172a15fce7d264216ef2 (diff) | |
download | evtclib-c9e03333f94385cc35bdf3b8d4eb00cd77c3ffb7.tar.gz evtclib-c9e03333f94385cc35bdf3b8d4eb00cd77c3ffb7.tar.bz2 evtclib-c9e03333f94385cc35bdf3b8d4eb00cd77c3ffb7.zip |
bump version to 0.5.0v0.5.0
-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 1417d89..e2048c4 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.5.0 - 2020-10-07 ### Added - `Boss::Ai` to represent Ai, Keeper of the Peak in the Sunqua Peak fractal. - `analyzers::fractal::Ai` with logic to determine CM and outcome of the @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.4.3" +version = "0.5.0" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" |