diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-05-25 13:30:28 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-05-25 13:30:28 +0200 |
commit | 955b1a3a5121aa4b382da23317ea2000e024a20b (patch) | |
tree | 79f7f24eadce5c4d39e080579558c42371a129a7 | |
parent | 8cacbe39cfe831c290432bb4d23b6090232cfc13 (diff) | |
download | evtclib-955b1a3a5121aa4b382da23317ea2000e024a20b.tar.gz evtclib-955b1a3a5121aa4b382da23317ea2000e024a20b.tar.bz2 evtclib-955b1a3a5121aa4b382da23317ea2000e024a20b.zip |
bump version to 0.3.3v0.3.3
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c52de5a..4788d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 0.3.3 - 2020-05-25 +### Added +- Variants for `CBTS_BREAKBARSTATE`, `CBTS_BREAKBARPERCENT` and `CBTS_ERROR`. +- `EventKind::Error` as the higher-level part for `CBTS_ERROR`. +- Equivalents for the `e_attribute` and `e_buffcategory` enums. + +### Changed +- Invalid state changes no longer cause the parser to choke, instead they are + ignored in `parse_events`. + ## 0.3.2 - 2020-05-12 ### Added - Support for determining Challenge Motes. @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.3.2" +version = "0.3.3" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" |