Skip to content

Commit

Permalink
Update version for fork prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Corecii committed Oct 11, 2022
1 parent 42c0858 commit efd8edf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
description = "Enables professional-grade development tools for Roblox developers"
Expand Down
2 changes: 1 addition & 1 deletion plugin/wally.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit efd8edf

Please sign in to comment.