Release 0.5.0 stable (#234)

* This should be everything?

* Add contributing guide
This commit is contained in:
Lucien Greathouse
2019-08-27 14:14:48 -07:00
committed by GitHub
parent 53793f7dd2
commit 91caa67e04
7 changed files with 57 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -1498,7 +1498,7 @@ dependencies = [
[[package]]
name = "rojo"
version = "0.5.0-alpha.13"
version = "0.5.0"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1533,7 +1533,7 @@ version = "0.1.0"
dependencies = [
"insta 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rojo 0.5.0-alpha.13",
"rojo 0.5.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]