Skip to content

Commit

Permalink
Release 7.4.1 (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Feb 21, 2024
1 parent 9509909 commit af9629c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions 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`)
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
@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "7.4.0"
version = "7.4.1"
rust-version = "1.70.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "Enables professional-grade development tools for Roblox developers"
Expand Down
2 changes: 1 addition & 1 deletion plugin/Version.txt
@@ -1 +1 @@
7.4.0
7.4.1

0 comments on commit af9629c

Please sign in to comment.