From c9e03333f94385cc35bdf3b8d4eb00cd77c3ffb7 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 7 Oct 2020 12:19:42 +0200 Subject: bump version to 0.5.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1417d89..e2048c4 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.5.0 - 2020-10-07 ### Added - `Boss::Ai` to represent Ai, Keeper of the Peak in the Sunqua Peak fractal. - `analyzers::fractal::Ai` with logic to determine CM and outcome of the diff --git a/Cargo.toml b/Cargo.toml index 3e0a703..252fd30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evtclib" -version = "0.4.3" +version = "0.5.0" authors = ["Daniel"] edition = "2018" description = "An evtc parsing library" -- cgit v1.2.3