From 955b1a3a5121aa4b382da23317ea2000e024a20b Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 25 May 2020 13:30:28 +0200 Subject: bump version to 0.3.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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. diff --git a/Cargo.toml b/Cargo.toml index 41028cc..1b9a380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.3.2" +version = "0.3.3" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" -- cgit v1.2.3