Skip to content

Commit

Permalink
Merge pull request #42 from MisterUncloaked/0.6.0-release
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
MisterUncloaked committed Jul 9, 2020
2 parents f9e1378 + 968a54a commit a0128bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Tarmac Changelog

## Unreleased Changes

## 0.6.0 (2020-07-09)
* Added support for automatically retrying image uploads when image names are moderated. ([#26](https://github.com/Roblox/tarmac/issues/26))
* Added `create-cache-map` subcommand to aid in prepopulating asset caches. ([#38](https://github.com/Roblox/tarmac/pull/38))
* Added `asset-list` subcommand to generate a plaintext list of referenced asset IDs.
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.5.0"
version = "0.6.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.5.0" }
foreman = { source = "Roblox/tarmac", version = "0.6.0" }
```

### Installing from GitHub Releases
Expand Down

0 comments on commit a0128bf

Please sign in to comment.