From 1eb04b8496dcdf626f8d4651f66955a0ea7c1102 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 24 Jul 2020 15:13:39 +0200 Subject: bump version to 0.4.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6457984..d8c0124 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.4.0 - 2020-07-24 ### Added - A variant for `CBTS_TAG`. - The function `Log::span` to get the duration of a log. @@ -14,6 +16,9 @@ All notable changes to this project will be documented in this file. - `Log::is_boss` and `Log::boss_agents` now properly work with both Largos in the Twin Largos fight. +### Removed +- `CmTrigger` and `Boss::cm_trigger`, as that is now handled by analyzers. + ## 0.3.3 - 2020-05-25 ### Added - Variants for `CBTS_BREAKBARSTATE`, `CBTS_BREAKBARPERCENT` and `CBTS_ERROR`. diff --git a/Cargo.toml b/Cargo.toml index 1b9a380..13ed451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.3.3" +version = "0.4.0" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" -- cgit v1.2.3