Skip to content

Commit

Permalink
Release v0.8.3 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Ukendio <[email protected]>
  • Loading branch information
LastTalon and Ukendio authored Jul 2, 2024
1 parent 48fd7a8 commit c304a63
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,7 +10,10 @@ The format is based on [Keep a Changelog][kac], and this project adheres to

## [Unreleased]

## [0.8.3] - 2024-07-02

### Fixed

- Converted the remaining lua files in the example project to luau files.
- Iterating empty views properly iterates over nothing rather than the data structure members.

Expand Down Expand Up @@ -286,7 +289,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.2...HEAD
[unreleased]: https://github.com/matter-ecs/matter/compare/v0.8.3...HEAD
[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
[0.8.1]: https://github.com/matter-ecs/matter/releases/tag/v0.8.1
[0.8.0]: https://github.com/matter-ecs/matter/releases/tag/v0.8.0
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/[email protected].2"
Matter = "matter-ecs/[email protected].3"
```

## 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/[email protected].2"
matter = "matter-ecs/[email protected].3"
```
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/[email protected]"

```toml title="wally.toml"
[dependencies]
matter = "matter-ecs/[email protected].2"
matter = "matter-ecs/[email protected].3"
```

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.2"
version = "0.8.3"
license = "MIT"
authors = [
"Eryn L. K.",
Expand Down

0 comments on commit c304a63

Please sign in to comment.