Skip to content

Commit d935115

Browse files
Release 7.5.0 (#1033)
1 parent bd2ea42 commit d935115

File tree

5 files changed

+766
-169
lines changed

5 files changed

+766
-169
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rojo Changelog
22

3-
## Unreleased Changes
3+
## 7.5.0 - April 25th, 2025
44
* Fixed an edge case that caused model pivots to not be built correctly in some cases ([#1027])
55
* Add `blockedPlaceIds` project config field to allow blocking place ids from being live synced ([#1021])
66
* Adds support for `.plugin.lua(u)` files - this applies the `Plugin` RunContext. ([#1008])

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-prealpha"
3+
version = "7.5.0"
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.0"
57+
rbx_reflection_database = "1.0.2"
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-prealpha
1+
7.5.0

0 commit comments

Comments
 (0)