From 4659c502ccaaec5e1ba65ab93aaddceddd5db448 Mon Sep 17 00:00:00 2001 From: Anders429 Date: Wed, 9 Aug 2023 17:41:28 -0700 Subject: [PATCH] Cut version 0.9.1. --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1cb2582..2e097940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/Cargo.toml b/Cargo.toml index 66e48a36..a4b46ce5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"