From 8982c4236d5f34c10f4a7231e415aa2176edf0f2 Mon Sep 17 00:00:00 2001 From: "eryn L. K" Date: Fri, 8 Jul 2022 20:12:51 -0400 Subject: [PATCH] Release version 0.6.0 --- CHANGELOG.md | 5 ++--- wally.lock | 2 +- wally.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4dabc..7e6840a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,10 @@ # Changelog -## Unreleased +## [0.6.0] - 2022-07-08 ### Changed - The first time you call `queryChanged`, all existing entities in the world that match the component are now returned as "new" change records. Previously, nothing was returned. - Improved Debugger with highlight selections and tooltips. -- `Matter.useEvent` now supports events that have a `Connect`, `connect`, or an `on` method. Additionally, it also supports custom -connection objects (returned by custom events), which have a `Destroy` or a `Disconnect` method, or are just a cleanup function. +- `Matter.useEvent` now supports events that have a `Connect`, `connect`, or an `on` method. Additionally, it also supports custom connection objects (returned by custom events), which have a `Destroy` or a `Disconnect` method, or are just a cleanup function. ### Fixed - Debugger: Fixed bug with profiling when disabling a system and then closing the debugger diff --git a/wally.lock b/wally.lock index bcafef6..87103d8 100644 --- a/wally.lock +++ b/wally.lock @@ -4,7 +4,7 @@ registry = "test" [[package]] name = "evaera/matter" -version = "0.5.3" +version = "0.6.0" dependencies = [["TestEZ", "roblox/testez@0.4.1"]] [[package]] diff --git a/wally.toml b/wally.toml index a7eb747..ee4df35 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "evaera/matter" -version = "0.5.3" +version = "0.6.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" exclude = ["example", "docs", "Packages", ".moonwave", "build", "pages", "tests", "AttackOfTheKillerRoombas.rbxl", "AttackOfTheKillerRoombas.rbxl.lock", "matter.rbxl", "matter.rbxm", "roblox.toml"]