Skip to content

Commit a0128bf

Browse files
Merge pull request #42 from MisterUncloaked/0.6.0-release
Release 0.6.0
2 parents f9e1378 + 968a54a commit a0128bf

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Tarmac Changelog
22

33
## Unreleased Changes
4+
5+
## 0.6.0 (2020-07-09)
46
* Added support for automatically retrying image uploads when image names are moderated. ([#26](https://github.com/Roblox/tarmac/issues/26))
57
* Added `create-cache-map` subcommand to aid in prepopulating asset caches. ([#38](https://github.com/Roblox/tarmac/pull/38))
68
* Added `asset-list` subcommand to generate a plaintext list of referenced asset IDs.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tarmac"
33
description = "Resource compiler and asset manager for Roblox projects"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
authors = ["Lucien Greathouse <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The recommended way to install Tarmac is with [Foreman](https://github.com/rojo-
2727
Add an entry to the `[tools]` section of your `foreman.toml` file:
2828

2929
```toml
30-
foreman = { source = "Roblox/tarmac", version = "0.5.0" }
30+
foreman = { source = "Roblox/tarmac", version = "0.6.0" }
3131
```
3232

3333
### Installing from GitHub Releases

0 commit comments

Comments
 (0)