From 92867533ffd5fdf44a7f6fe6f0b4b919bf533228 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Thu, 10 Mar 2022 21:30:45 +0100 Subject: bump version to 0.7.0 The EoD elite specs and strikes are not fully implemented yet, but delaying this release until they are would be a bit silly. After all, the old version cannot parse any log that has a new elite spec in it. Therefore, 0.7.0 shall be released with EoD elite spec support, so that downstream applications can be updated. We can always improve the EoD strike situation and implement proper analyzers later. As far as I can tell, Elite-Insights also does not parse them correctly just yet. --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1384b1..13357a1 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.7.0 - 2022-03-10 ### Added - `EliteSpec`s for the new End of Dragons specializations - `Boss` and `Encounter` for the new strikes diff --git a/Cargo.toml b/Cargo.toml index de3aec2..c663e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.6.1" +version = "0.7.0" authors = ["Daniel Schadt"] edition = "2018" description = "An evtc parsing library" -- cgit v1.2.3