diff --git a/CHANGES.md b/CHANGES.md index dfc0d178..aa8f2a57 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 fe831498..54425c46 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 a1e34642..bc492d2b 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"