0.5.0-alpha.1

This commit is contained in:
Lucien Greathouse
2019-01-25 18:01:37 -08:00
parent 14fd470363
commit 38cd13dc0c
4 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
# Rojo Changelog # Rojo Changelog
## [Unreleased] ## [Unreleased]
## [0.5.0 Alpha 1](https://github.com/LPGhatguy/rojo/releases/tag/v0.5.0-alpha.1) (January 14, 2019)
* Changed plugin UI to be way prettier * Changed plugin UI to be way prettier
* Thanks to [Reselim](https://github.com/Reselim) for the design! * Thanks to [Reselim](https://github.com/Reselim) for the design!
* Changed plugin error messages to be a little more useful * Changed plugin error messages to be a little more useful

2
Cargo.lock generated
View File

@@ -1248,7 +1248,7 @@ dependencies = [
[[package]] [[package]]
name = "rojo" name = "rojo"
version = "0.5.0-alpha.0" version = "0.5.0-alpha.1"
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

@@ -1,6 +1,6 @@
return { return {
codename = "Epiphany", codename = "Epiphany",
version = {0, 5, 0, "-alpha.0"}, version = {0, 5, 0, "-alpha.1"},
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.0" version = "0.5.0-alpha.1"
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"