From f4e2f5aefc70541af61cfff248505c30d010c2a6 Mon Sep 17 00:00:00 2001 From: Micah Date: Tue, 6 Aug 2024 11:26:00 -0700 Subject: [PATCH] Release Rojo 7.4.3 (#959) --- 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 f4c87ef2c..76b930a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased Changes +## [7.4.3] - August 6th, 2024 +* Fixed issue with building binary files introduced in 7.4.2 * Fixed `value of type nil cannot be converted to number` warning spam in output. [#955] [#955]: https://github.com/rojo-rbx/rojo/pull/893 diff --git a/Cargo.lock b/Cargo.lock index f09861a21..28ddb811b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,7 +1831,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.4.2" +version = "7.4.3" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index addcbce01..1fd02c60c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.4.2" +version = "7.4.3" 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 cb1d6217e..a263a9c3a 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.4.2 \ No newline at end of file +7.4.3 \ No newline at end of file