diff --git a/CHANGELOG.md b/CHANGELOG.md index a200a83..501538c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Nothing yet... +## 4.0.0-rc.1 (2023-08-22) + +- Add devtools support to Store.new ([#84](https://github.com/Roblox/rodux/pull/84)). +- Adds support for non-string error objects to be caught by NoYield ([#79](https://github.com/Roblox/rodux/pull/79)) +- Only call Signal tracebacks in dev mode ([#78](https://github.com/Roblox/rodux/pull/78)) +- Luau Type Improvements ([#76](https://github.com/Roblox/rodux/pull/76)) + ## 4.0.0-rc.0 (2022-07-18) - Add makeThunkMiddleware to inject custom argument ([#69](https://github.com/Roblox/rodux/pull/69)). diff --git a/rotriever.toml b/rotriever.toml index 521a452..c5c5cb6 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -3,5 +3,5 @@ name = "Rodux" author = "Roblox" license = "Apache-2.0" content_root = "src" -version = "4.0.0-rc.0" +version = "4.0.0-rc.1" files = ["*", "!*.spec.lua"] diff --git a/wally.toml b/wally.toml index b3e07ec..604a261 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "roblox/rodux" -version = "4.0.0-rc.0" +version = "4.0.0-rc.1" license = "Apache-2.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"