Skip to content

Commit b2c4f55

Browse files
authored
Release v7.5.1 (#1035)
1 parent 4ddbefa commit b2c4f55

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Rojo Changelog
22

3+
## 7.5.1 - April 25th, 2025
4+
* Fixed output spam related to `Instance.Capabilities` in the plugin
5+
36
## 7.5.0 - April 25th, 2025
47
* Fixed an edge case that caused model pivots to not be built correctly in some cases ([#1027])
58
* Add `blockedPlaceIds` project config field to allow blocking place ids from being live synced ([#1021])

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rojo"
3-
version = "7.5.0"
3+
version = "7.5.1"
44
rust-version = "1.70.0"
55
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
66
description = "Enables professional-grade development tools for Roblox developers"
@@ -54,7 +54,7 @@ memofs = { version = "0.3.0", path = "crates/memofs" }
5454
rbx_binary = "1.0.0"
5555
rbx_dom_weak = "3.0.0"
5656
rbx_reflection = "5.0.0"
57-
rbx_reflection_database = "1.0.2"
57+
rbx_reflection_database = "1.0.3"
5858
rbx_xml = "1.0.0"
5959

6060
anyhow = "1.0.80"

plugin/Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.5.1

plugin/rbx_dom_lua/database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34234,7 +34234,7 @@
3423434234
},
3423534235
"Capabilities": {
3423634236
"Name": "Capabilities",
34237-
"Scriptability": "ReadWrite",
34237+
"Scriptability": "None",
3423834238
"DataType": {
3423934239
"Value": "SecurityCapabilities"
3424034240
},

0 commit comments

Comments
 (0)