CLI version 0.3.1

This commit is contained in:
Lucien Greathouse
2017-12-14 00:24:01 -08:00
parent f89d491f29
commit 7c6fe38346
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
# Rojo Change Log # Rojo Change Log
## Current Master ## Current Master
* *No changes*
## 0.3.1
* Improved error reporting when invalid JSON is found in a `rojo.json` project * Improved error reporting when invalid JSON is found in a `rojo.json` project
* These messages are passed on from Serde * These messages are passed on from Serde

2
Cargo.lock generated
View File

@@ -517,7 +517,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "rojo" name = "rojo"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
"notify 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "notify 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rojo" name = "rojo"
version = "0.3.0" version = "0.3.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"