mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Publish 0.3.2
This commit is contained in:
@@ -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
2
Cargo.lock
generated
@@ -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)",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user