Skip to content

Commit 1041d70

Browse files
committed
Release 0.4.0
1 parent 56bd6b6 commit 1041d70

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.4.0 (2020-03-04)
46
* Tarmac now "alpha-bleeds" packed image spritesheets to prevent artifacts from appearing when resized in Roblox.
57
* Reworked Tarmac's codegen strategy. ([#22](https://github.com/rojo-rbx/tarmac/pull/22)
68
* Inputs can now specify `codegen-path` and `base-path` to group together modules.

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.3.1"
4+
version = "0.4.0"
55
authors = ["Lucien Greathouse <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)