From e44d09b0ac16f0596e6ee20c75c0c42e52023e36 Mon Sep 17 00:00:00 2001 From: oltrep Date: Thu, 23 Jul 2020 12:37:51 -0700 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ded1a..0f3888d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased Changes +## 0.7.0 (2020-07-23) * Added support for automatically retrying uploads when being rate limited. ([#42](https://github.com/Roblox/tarmac/issues/43)) ## 0.6.0 (2020-07-09) diff --git a/Cargo.lock b/Cargo.lock index 62b2906..499e75f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ dependencies = [ [[package]] name = "tarmac" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2d9cd38..2f1ec5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tarmac" description = "Resource compiler and asset manager for Roblox projects" -version = "0.6.0" +version = "0.7.0" authors = ["Lucien Greathouse "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index dcd8017..d1701df 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The recommended way to install Tarmac is with [Foreman](https://github.com/rojo- Add an entry to the `[tools]` section of your `foreman.toml` file: ```toml -foreman = { source = "Roblox/tarmac", version = "0.6.0" } +foreman = { source = "Roblox/tarmac", version = "0.7.0" } ``` ### Installing from GitHub Releases