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
## Current Master
* *No changes*
## 0.3.1
* Improved error reporting when invalid JSON is found in a `rojo.json` project
* 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]]
name = "rojo"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"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)",

View File

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