From 7c6fe38346a03e426db2b735438db59b9d01ccd0 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 14 Dec 2017 00:24:01 -0800 Subject: [PATCH] CLI version 0.3.1 --- CHANGES.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d795a015..1a6b333b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 5f2566c4..fe831498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 0c8a279e..a1e34642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "0.3.0" +version = "0.3.1" authors = ["Lucien Greathouse "] description = "A tool to create robust Roblox projects" license = "MIT"