From b6296e60288f78fe7c11dfcafa810e03468c514b Mon Sep 17 00:00:00 2001 From: zovits Date: Tue, 22 Aug 2023 16:14:33 -0700 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a200a83..12ecd42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Nothing yet... +## 4.0.0 (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)). From 757b4b0379a187d46aed71bf652849e6bb449e1d Mon Sep 17 00:00:00 2001 From: zovits Date: Tue, 22 Aug 2023 16:14:49 -0700 Subject: [PATCH 2/3] Update version manifests --- rotriever.toml | 2 +- wally.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rotriever.toml b/rotriever.toml index 521a452..66bc2fb 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" files = ["*", "!*.spec.lua"] diff --git a/wally.toml b/wally.toml index b3e07ec..245a9fb 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" license = "Apache-2.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" From c602589ca88fdffa917aa36889875d291117968d Mon Sep 17 00:00:00 2001 From: zovits Date: Tue, 22 Aug 2023 16:29:28 -0700 Subject: [PATCH 3/3] Change to RC --- CHANGELOG.md | 2 +- rotriever.toml | 2 +- wally.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ecd42..501538c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Nothing yet... -## 4.0.0 (2023-08-22) +## 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)) diff --git a/rotriever.toml b/rotriever.toml index 66bc2fb..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" +version = "4.0.0-rc.1" files = ["*", "!*.spec.lua"] diff --git a/wally.toml b/wally.toml index 245a9fb..604a261 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "roblox/rodux" -version = "4.0.0" +version = "4.0.0-rc.1" license = "Apache-2.0" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"