From af9629c53f747022eba30d9a7abd0b08c2e6e186 Mon Sep 17 00:00:00 2001 From: Kenneth Loeffler Date: Tue, 20 Feb 2024 17:41:45 -0800 Subject: [PATCH] Release 7.4.1 (#872) --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- plugin/Version.txt | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd8c0c4..ea9d45d7 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 3e2556f2..ca64a35f 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 0b5ae9e6..6b598c93 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 b6167179..815da58b 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.4.0 \ No newline at end of file +7.4.1