From ed34336b4c3dbc45b1ff717c5b7a59a2780be50a Mon Sep 17 00:00:00 2001 From: Trisfald Date: Fri, 14 Aug 2020 22:10:51 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef8c83..5bf8668 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.9.0] - 2020-08-15 ### Changed - Rounds and turns now reflect the most used definition (a round is made of multiple turns). - Renamed `StartRound` into `StartTurn`, swapped `EndRound` and `EndTurn` and renamed `EnvironmentRound` into `EnvironmentTurn`. diff --git a/Cargo.toml b/Cargo.toml index bcaf54e..b47b062 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weasel" -version = "0.8.1" +version = "0.9.0" authors = ["Trisfald "] edition = "2018" description = "A customizable battle system for turn-based games."