Skip to content

Commit

Permalink
Merge pull request #46 from oltrep/release-0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
ZoteTheMighty authored Jul 23, 2020
2 parents 858ba46 + e44d09b commit 4b691a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <me@lpghatguy.com>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b691a9

Please sign in to comment.