Publish 0.3.2

This commit is contained in:
Lucien Greathouse
2017-12-20 22:41:23 -08:00
parent 2e340ff78c
commit 13925f5879
3 changed files with 5 additions and 2 deletions

View File

@@ -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

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.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)",

View File

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