Undo 0.5.0-alpha.10 release due to regression

This commit is contained in:
Lucien Greathouse
2019-05-29 13:38:36 -07:00
parent 0f9f1782ae
commit ce3a409997
2 changed files with 1 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
# Rojo Changelog
## [Unreleased]
## [0.5.0 Alpha 10](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.10) (May 29, 2019)
* Added support for implicit property values in JSON model files ([#154](https://github.com/LPGhatguy/rojo/pull/154))
* `Content` propertyes can now be specified in projects and model files as regular string literals.
* Added support for `BrickColor` properties.

View File

@@ -25,7 +25,7 @@ If you have Rust installed, the easiest way to get Rojo is with Cargo!
To install the latest 0.5.0 alpha, use:
```sh
cargo install rojo --version 0.5.0-alpha.10
cargo install rojo --version 0.5.0-alpha.9
```
## Installing the Plugin