Skip to content

Commit 0e9e7a2

Browse files
authored
Release 0.8.5 (#151)
1 parent e89acec commit 0e9e7a2

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
1010

1111
## [Unreleased]
1212

13+
## [0.8.5] - 2024-12-09
14+
1315
### Added
1416

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

1719
### Fixed
1820

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

2124
## [0.8.4] - 2024-08-15
2225

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

325328
- Initial release
326329

327-
[unreleased]: https://github.com/matter-ecs/matter/compare/v0.8.4...HEAD
330+
[unreleased]: https://github.com/matter-ecs/matter/compare/v0.8.5...HEAD
331+
[0.8.5]: https://github.com/matter-ecs/matter/releases/tag/v0.8.5
328332
[0.8.4]: https://github.com/matter-ecs/matter/releases/tag/v0.8.4
329333
[0.8.3]: https://github.com/matter-ecs/matter/releases/tag/v0.8.3
330334
[0.8.2]: https://github.com/matter-ecs/matter/releases/tag/v0.8.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Matter can be installed with [Wally] by including it as a dependency in your
2626
`wally.toml` file.
2727

2828
```toml
29-
Matter = "matter-ecs/matter@0.8.4"
29+
Matter = "matter-ecs/matter@0.8.5"
3030
```
3131

3232
## Migration

docs/Guides/Migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Migrating from `evaera/matter` to `matter-ecs/matter` is easy! The only thing yo
44

55
```toml title="wally.toml"
66
[dependencies]
7-
matter = "matter-ecs/matter@0.8.4"
7+
matter = "matter-ecs/matter@0.8.5"
88
```

docs/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ wally = "UpliftGames/wally@x.x.x"
2525

2626
```toml title="wally.toml"
2727
[dependencies]
28-
matter = "matter-ecs/matter@0.8.4"
28+
matter = "matter-ecs/matter@0.8.5"
2929
```
3030

3131
6. Run `wally install`.

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "matter-ecs/matter"
33
description = "A modern ECS library for Roblox"
4-
version = "0.8.4"
4+
version = "0.8.5"
55
license = "MIT"
66
authors = [
77
"Eryn L. K.",

0 commit comments

Comments
 (0)