From b2c4f550ee73985df05e5cca2595ff3d285d37ea Mon Sep 17 00:00:00 2001 From: Micah Date: Fri, 25 Apr 2025 13:56:01 -0700 Subject: [PATCH] Release v7.5.1 (#1035) --- CHANGELOG.md | 3 +++ Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- plugin/Version.txt | 2 +- plugin/rbx_dom_lua/database.json | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7921fb1..b73a903c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Rojo Changelog +## 7.5.1 - April 25th, 2025 +* Fixed output spam related to `Instance.Capabilities` in the plugin + ## 7.5.0 - April 25th, 2025 * Fixed an edge case that caused model pivots to not be built correctly in some cases ([#1027]) * Add `blockedPlaceIds` project config field to allow blocking place ids from being live synced ([#1021]) diff --git a/Cargo.lock b/Cargo.lock index 88094d7a..79cfe134 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1603,9 +1603,9 @@ dependencies = [ [[package]] name = "rbx_reflection_database" -version = "1.0.2+roblox-670" +version = "1.0.3+roblox-670" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5349b19e5e94fbcaba7a52175263ab64011e0a13f17ff57729f2f560ccdec615" +checksum = "e22c05ef92528c0fb0cc580592a65ca178d3ea9beb07a1d9ca0a2503c4f3721c" dependencies = [ "lazy_static", "rbx_reflection", @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.5.0" +version = "7.5.1" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index b3319b91..454fe14e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.5.0" +version = "7.5.1" rust-version = "1.70.0" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" @@ -54,7 +54,7 @@ memofs = { version = "0.3.0", path = "crates/memofs" } rbx_binary = "1.0.0" rbx_dom_weak = "3.0.0" rbx_reflection = "5.0.0" -rbx_reflection_database = "1.0.2" +rbx_reflection_database = "1.0.3" rbx_xml = "1.0.0" anyhow = "1.0.80" diff --git a/plugin/Version.txt b/plugin/Version.txt index a2931d31..7501d508 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.5.0 \ No newline at end of file +7.5.1 \ No newline at end of file diff --git a/plugin/rbx_dom_lua/database.json b/plugin/rbx_dom_lua/database.json index fc3e3600..c07313d9 100644 --- a/plugin/rbx_dom_lua/database.json +++ b/plugin/rbx_dom_lua/database.json @@ -34234,7 +34234,7 @@ }, "Capabilities": { "Name": "Capabilities", - "Scriptability": "ReadWrite", + "Scriptability": "None", "DataType": { "Value": "SecurityCapabilities" },