Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisfald committed Aug 14, 2020
1 parent c213ce3 commit ed34336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weasel"
version = "0.8.1"
version = "0.9.0"
authors = ["Trisfald <[email protected]>"]
edition = "2018"
description = "A customizable battle system for turn-based games."
Expand Down

0 comments on commit ed34336

Please sign in to comment.