aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.toml2
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.
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"