forked from rojo-rbx/rojo
Release 0.5.4
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
## Unreleased Changes
|
## 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)
|
## [0.6.0 Alpha 1](https://github.com/rojo-rbx/rojo/releases/tag/v0.6.0-alpha.1) (January 22, 2020)
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|||||||
1971
Cargo.lock
generated
1971
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
created: "2019-08-10T07:45:07.961823500Z"
|
created: "2020-02-27T02:00:43.519025Z"
|
||||||
creator: insta@0.10.0
|
creator: insta@0.10.1
|
||||||
source: rojo-test/src/build_test.rs
|
source: rojo-test/src/build_test.rs
|
||||||
expression: contents
|
expression: contents
|
||||||
---
|
---
|
||||||
@@ -27,12 +27,14 @@ expression: contents
|
|||||||
<R22>1</R22>
|
<R22>1</R22>
|
||||||
</CoordinateFrame>
|
</CoordinateFrame>
|
||||||
<Ref name="PrimaryPart">null</Ref>
|
<Ref name="PrimaryPart">null</Ref>
|
||||||
<BinaryString name="Tags"><![CDATA[]]></BinaryString>
|
<BinaryString name="Tags">
|
||||||
|
</BinaryString>
|
||||||
</Properties>
|
</Properties>
|
||||||
<Item class="StringValue" referent="2">
|
<Item class="StringValue" referent="2">
|
||||||
<Properties>
|
<Properties>
|
||||||
<string name="Name">Cool StringValue</string>
|
<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>
|
<string name="Value">Did you know that BaseValue.Changed is different than Instance.Changed?</string>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Item>
|
</Item>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rojo"
|
name = "rojo"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
|
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
|
||||||
description = "Enables professional-grade development tools for Roblox developers"
|
description = "Enables professional-grade development tools for Roblox developers"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user