0.5.0-alpha.8

This commit is contained in:
Lucien Greathouse
2019-03-29 17:32:52 -07:00
parent 6db714a2b1
commit 77f79fa913
5 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
# Rojo Changelog # Rojo Changelog
## [Unreleased] ## [Unreleased]
## [0.5.0 Alpha 8](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.8) (March 29, 2019)
* Added support for a bunch of new types when dealing with XML model/place files: * Added support for a bunch of new types when dealing with XML model/place files:
* `ColorSequence` * `ColorSequence`
* `Float64` * `Float64`

2
Cargo.lock generated
View File

@@ -1218,7 +1218,7 @@ dependencies = [
[[package]] [[package]]
name = "rojo" name = "rojo"
version = "0.5.0-alpha.6" version = "0.5.0-alpha.8"
dependencies = [ dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",

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: To install the latest 0.5.0 alpha, use:
```sh ```sh
cargo install rojo --version 0.5.0-alpha.6 cargo install rojo --version 0.5.0-alpha.8
``` ```
## Installing the Plugin ## Installing the Plugin

View File

@@ -1,6 +1,6 @@
return { return {
codename = "Epiphany", codename = "Epiphany",
version = {0, 5, 0, "-alpha.6"}, version = {0, 5, 0, "-alpha.8"},
expectedServerVersionString = "0.5.0 or newer", expectedServerVersionString = "0.5.0 or newer",
protocolVersion = 2, protocolVersion = 2,
defaultHost = "localhost", defaultHost = "localhost",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rojo" name = "rojo"
version = "0.5.0-alpha.6" version = "0.5.0-alpha.8"
authors = ["Lucien Greathouse <me@lpghatguy.com>"] authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "A tool to create robust Roblox projects" description = "A tool to create robust Roblox projects"
license = "MIT" license = "MIT"