diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd8c0c40..ea9d45d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Rojo Changelog ## Unreleased Changes + +## [7.4.1] - February 20, 2024 * Made the `name` field optional on project files ([#870]) Files named `default.project.json` inherit the name of the folder they're in and all other projects are named as expect (e.g. `foo.project.json` becomes an Instance named `foo`) diff --git a/Cargo.lock b/Cargo.lock index 3e2556f20..ca64a35f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.4.0" +version = "7.4.1" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 0b5ae9e68..6b598c936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.4.0" +version = "7.4.1" 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 b61671799..815da58b7 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.4.0 \ No newline at end of file +7.4.1