Skip to content

Commit

Permalink
chore: bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LechintanTudor committed Sep 28, 2024
1 parent 4f63d63 commit 08c8791
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 0.13.0 (2024-09-28)

Major refactoring, adding new features and removing features outside the scope
of the crate.

## Added

- Parallel iterators enabled by the `parallel` feature.
- `#![no_std]` support by disabling the `std` feature.
- `WorldBuilder` for creating worlds using the builder pattern.

## Changed

- All query operations are now performed via the `World::query_one` and
`World::query_all`.

## Removed

- `ResourceStorage`: outside the scope of the crate.

# 0.12.1 (2024-06-29)

## Changed
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 = "sparsey"
version = "0.12.1"
version = "0.13.0"
edition = "2021"
description = "Entity Component System based on sparse sets"
authors = ["Tudor-Cristian Lechințan <[email protected]>"]
Expand Down

0 comments on commit 08c8791

Please sign in to comment.