Skip to content

Commit

Permalink
Release 0.8.5 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastTalon authored Dec 9, 2024
1 parent e89acec commit 0e9e7a2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

## [Unreleased]

## [0.8.5] - 2024-12-09

### Added

- Added a button to the Debugger's system list to sort by run time.

### Fixed

- The debugger now gracefully handles cyclic tables.
- The query cache no longer allows for a case where archetypes could be skipped.

## [0.8.4] - 2024-08-15

Expand Down Expand Up @@ -324,7 +327,8 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

- Initial release

[unreleased]: https://github.com/matter-ecs/matter/compare/v0.8.4...HEAD
[unreleased]: https://github.com/matter-ecs/matter/compare/v0.8.5...HEAD
[0.8.5]: https://github.com/matter-ecs/matter/releases/tag/v0.8.5
[0.8.4]: https://github.com/matter-ecs/matter/releases/tag/v0.8.4
[0.8.3]: https://github.com/matter-ecs/matter/releases/tag/v0.8.3
[0.8.2]: https://github.com/matter-ecs/matter/releases/tag/v0.8.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Matter can be installed with [Wally] by including it as a dependency in your
`wally.toml` file.

```toml
Matter = "matter-ecs/matter@0.8.4"
Matter = "matter-ecs/matter@0.8.5"
```

## Migration
Expand Down
2 changes: 1 addition & 1 deletion docs/Guides/Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Migrating from `evaera/matter` to `matter-ecs/matter` is easy! The only thing yo

```toml title="wally.toml"
[dependencies]
matter = "matter-ecs/matter@0.8.4"
matter = "matter-ecs/matter@0.8.5"
```
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wally = "UpliftGames/wally@x.x.x"

```toml title="wally.toml"
[dependencies]
matter = "matter-ecs/matter@0.8.4"
matter = "matter-ecs/matter@0.8.5"
```

6. Run `wally install`.
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "matter-ecs/matter"
description = "A modern ECS library for Roblox"
version = "0.8.4"
version = "0.8.5"
license = "MIT"
authors = [
"Eryn L. K.",
Expand Down

0 comments on commit 0e9e7a2

Please sign in to comment.