Skip to content

Commit af9629c

Browse files
Release 7.4.1 (#872)
1 parent 9509909 commit af9629c

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

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

33
## Unreleased Changes
4+
5+
## [7.4.1] - February 20, 2024
46
* Made the `name` field optional on project files ([#870])
57
Files named `default.project.json` inherit the name of the folder they're in and all other projects
68
are named as expect (e.g. `foo.project.json` becomes an Instance named `foo`)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rojo"
3-
version = "7.4.0"
3+
version = "7.4.1"
44
rust-version = "1.70.0"
55
authors = ["Lucien Greathouse <[email protected]>"]
66
description = "Enables professional-grade development tools for Roblox developers"

plugin/Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.4.1

0 commit comments

Comments
 (0)