From 890c3f6c6b59b63d85ecc84a446532d7bd32c67d Mon Sep 17 00:00:00 2001 From: Trisfald Date: Mon, 30 Mar 2020 16:52:46 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e54a44..4df7d75 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ 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.7.0] - 2020-03-30 ### Added - Implemented `Hash` and `Eq` for `EntityId`. +- Methods to obtain a mutable access to all rules and models. ### Changed - Rounds can now be initiated by multiple actors. diff --git a/Cargo.toml b/Cargo.toml index e4efb41..1c68cce 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weasel" -version = "0.6.0" +version = "0.7.0" authors = ["Trisfald "] edition = "2018" description = "A customizable battle system for turn-based games."