From 13925f5879665f9eb8eb4f7f86ea0bf6b6a36720 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 20 Dec 2017 22:41:23 -0800 Subject: [PATCH] Publish 0.3.2 --- 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 dfc0d1785..aa8f2a57b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ # Rojo Change Log ## Current Master +* No changes + +## 0.3.2 * Fixed `rojo serve` failing to correctly construct an absolute root path when passed as an argument ## 0.3.1 diff --git a/Cargo.lock b/Cargo.lock index fe831498e..54425c460 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.1" +version = "0.3.2" 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 a1e346428..bc492d2b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "0.3.1" +version = "0.3.2" authors = ["Lucien Greathouse "] description = "A tool to create robust Roblox projects" license = "MIT"