From efd8edfce7ec3beb89d7c5d4c89d8231f1653a08 Mon Sep 17 00:00:00 2001 From: Shae A Date: Tue, 11 Oct 2022 02:56:29 -0500 Subject: [PATCH] Update version for fork prerelease --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- plugin/wally.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 566c4af39..b0824cd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Rojo Changelog ## Unreleased Changes + +## [7.2.2-fork.release.1] - 2021-10-11 (prerelease) * Added `--watch` flag to `rojo sourcemap` ([#602]) +* Added `toml` support +* Added `transformer_rules` to sync different files in as different types [#602]: https://github.com/rojo-rbx/rojo/pull/602 +[#633]: https://github.com/rojo-rbx/rojo/pull/633 +[#635]: https://github.com/rojo-rbx/rojo/pull/635 ## [7.2.1] - July 8, 2022 * Fixed notification sound by changing it to a generic sound. ([#566]) diff --git a/Cargo.lock b/Cargo.lock index bf22740d3..6b4756fd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1868,7 +1868,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.2.1" +version = "7.2.2-fork.release.1" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 3a35256af..efad7dd41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.2.1" +version = "7.2.2-fork.release.1" rust-version = "1.58.1" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" diff --git a/plugin/wally.toml b/plugin/wally.toml index 31ef56620..117d40dcf 100644 --- a/plugin/wally.toml +++ b/plugin/wally.toml @@ -1,7 +1,7 @@ [package] name = "rojo-rbx/rojo" description = "Rojo enables Roblox developers to use professional-grade software engineering tools" -version = "7.2.1" +version = "7.2.2-fork.release.1" license = "MPL-2.0" authors = ["LPGhatguy (https://lpg.space/)"] registry = "https://github.com/upliftgames/wally-index"