forked from rojo-rbx/rojo
Set version to Rojo 7.4.0-rc1 (#796)
Due to the rewrite of the plugin's core sync loop and the change for the Notify backend on MacOS, along with all the other changes in 7.4.0, it makes sense for us to use a release candidate before actually cutting a proper `7.4.0` release.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Rojo Changelog
|
||||
|
||||
## Unreleased Changes
|
||||
|
||||
## [7.4.0-rc1] - October 3, 2023
|
||||
### Additions
|
||||
#### Project format
|
||||
* Added support for `.toml` files to `$path` ([#633])
|
||||
|
||||
840
Cargo.lock
generated
840
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rojo"
|
||||
version = "7.3.0"
|
||||
version = "7.4.0-rc1"
|
||||
rust-version = "1.70.0"
|
||||
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
|
||||
description = "Enables professional-grade development tools for Roblox developers"
|
||||
|
||||
@@ -1 +1 @@
|
||||
7.3.0
|
||||
7.4.0-rc1
|
||||
Reference in New Issue
Block a user