Skip to content

Commit 4ccd317

Browse files
committed
Release 0.2.0
1 parent 0c33a21 commit 4ccd317

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Tarmac Changelog
2+
3+
## 0.2.0 (2020-01-21)
4+
* Revamped configuration format.
5+
* Added support for automatically packing spritesheets.
6+
* Added support for nesting projects inside eachother via `include`.
7+
* Added support for grabbing inputs by glob pattern.
8+
9+
## 0.1.0 (2020-01-03)
10+
* Initial release.

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 = "Manages assets for Roblox projects"
4-
version = "0.2.0-dev"
4+
version = "0.2.0"
55
authors = ["Lucien Greathouse <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)