Skip to content

Commit

Permalink
Cut version 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders429 committed Aug 10, 2023
1 parent 9f3654d commit 4659c50
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
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 0.9.1 - 2023-08-09
### Fixed
- Dynamic scheduling now respects both `EntryViews` and `ResourceViews`.
- Mutating a deserialized `World` no longer creates duplicate `Archetype`s, instead correctly looking up the existing deserialized `Archetype`.
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 = "brood"
version = "0.9.0"
version = "0.9.1"
authors = ["Anders Evensen"]
edition = "2021"
rust-version = "1.65.0"
Expand Down

0 comments on commit 4659c50

Please sign in to comment.