Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisfald committed Aug 11, 2020
1 parent c897d64 commit 1e1fe84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.1] - 2020-08-12
### Added
- Event trigger `RemoveEntityTrigger` that can fire either a `RemoveCreature` or a `RemoveObject`.
- Re-exported the most used names.

### Fixed
- Fixed the incorrect name `ConcludeMissionTrigger`. It is now `ConcludeObjectivesTrigger`.

## [0.8.0] - 2020-07-06
### Added
- New methods `on_character_added` and `on_character_transmuted` in `CharacterRules`.
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.0"
version = "0.8.1"
authors = ["Trisfald <[email protected]>"]
edition = "2018"
description = "A customizable battle system for turn-based games."
Expand Down

0 comments on commit 1e1fe84

Please sign in to comment.