Release 0.5.4

This commit is contained in:
Lucien Greathouse
2020-02-26 18:02:49 -08:00
parent 61dd407126
commit e5d16e768e
4 changed files with 1016 additions and 973 deletions

View File

@@ -2,6 +2,12 @@
## Unreleased Changes
## [0.5.4](https://github.com/rojo-rbx/rojo/releases/tag/v0.5.4) (February 26, 2020)
This is a general maintenance release for the Rojo 0.5.x release series.
* Updated reflection database and other dependencies.
* First stable release with binaries for macOS and Linux.
## [0.6.0 Alpha 1](https://github.com/rojo-rbx/rojo/releases/tag/v0.6.0-alpha.1) (January 22, 2020)
### General

1971
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
---
created: "2019-08-10T07:45:07.961823500Z"
creator: insta@0.10.0
created: "2020-02-27T02:00:43.519025Z"
creator: insta@0.10.1
source: rojo-test/src/build_test.rs
expression: contents
---
@@ -27,12 +27,14 @@ expression: contents
<R22>1</R22>
</CoordinateFrame>
<Ref name="PrimaryPart">null</Ref>
<BinaryString name="Tags"><![CDATA[]]></BinaryString>
<BinaryString name="Tags">
</BinaryString>
</Properties>
<Item class="StringValue" referent="2">
<Properties>
<string name="Name">Cool StringValue</string>
<BinaryString name="Tags"><![CDATA[]]></BinaryString>
<BinaryString name="Tags">
</BinaryString>
<string name="Value">Did you know that BaseValue.Changed is different than Instance.Changed?</string>
</Properties>
</Item>

View File

@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "0.5.3"
version = "0.5.4"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "Enables professional-grade development tools for Roblox developers"
license = "MIT"