diff --git a/CHANGELOG.md b/CHANGELOG.md index e14c9fcf6..d2673f564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Rojo Changelog ## Unreleased Changes + +## [7.4.0-rc3] - October 25, 2023 * Changed `sourcemap --watch` to only generate the sourcemap when it's necessary ([#800]) * Switched script source property getter and setter to `ScriptEditorService` methods ([#801]) diff --git a/Cargo.lock b/Cargo.lock index d60692cf6..e850ee237 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.4.0-rc2" +version = "7.4.0-rc3" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 22b22977b..8c3ea0034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.4.0-rc2" +version = "7.4.0-rc3" rust-version = "1.70.0" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" diff --git a/plugin/Version.txt b/plugin/Version.txt index 88bc5e578..c129df575 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.4.0-rc2 \ No newline at end of file +7.4.0-rc3 \ No newline at end of file