diff options
author | Daniel Schadt <kingdread@gmx.de> | 2021-11-19 20:32:46 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2021-11-19 20:32:46 +0100 |
commit | 287c21cea382b6dfcce6d76a677ce3c8434e50b4 (patch) | |
tree | 17afa175119b8a887c8f6d90fd264b7d43fef2a1 | |
parent | 1b88a4c2f738d6c236df42c1b9fa4478e302abc5 (diff) | |
download | evtclib-287c21cea382b6dfcce6d76a677ce3c8434e50b4.tar.gz evtclib-287c21cea382b6dfcce6d76a677ce3c8434e50b4.tar.bz2 evtclib-287c21cea382b6dfcce6d76a677ce3c8434e50b4.zip |
bump version to 0.6.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 62c43c1..45e8aca 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.6.0 - 2021-11-19 ### Added - Boss and encounter definitions for the training golems (`StandardKittyGolem`, `MediumKittyGolem`, `LargeKittyGolem`). @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.5.0" +version = "0.6.0" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" |