Skip to content

Commit

Permalink
Merge pull request #166 from Anders429/master
Browse files Browse the repository at this point in the history
Sync `dev` branch to `master`.
  • Loading branch information
Anders429 authored Jan 20, 2023
2 parents 7e63ec8 + cbca5b4 commit ccfd465
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.5.0 - 2023-01-18
### Added
- `Entity!` macro for defining the type of an entity.
- `reserve()` method on `World` for reserving capacity for additional entities made up of a specific set of components.
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.4.0"
version = "0.5.0"
authors = ["Anders Evensen"]
edition = "2021"
rust-version = "1.65.0"
Expand Down

0 comments on commit ccfd465

Please sign in to comment.