Skip to content

Commit 8aa58b8

Browse files
authored
Release 0.3.0 (#28)
* Add new version in changelog * Bump cargo versions
1 parent 01e2311 commit 8aa58b8

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
88
[kc]: http://keepachangelog.com/
99
[sv]: http://semver.org/
1010

11-
## Unreleased
11+
## sheep 0.3.0, sheep_cli 0.3.0 - 2019-08
1212

1313
### Added
1414

1515
- Trimming functionality added. ([#14])
1616
- Pretty-print functionality for toml output added ([#18])
1717
- Aliasing sprite duplicates functionality added ([#22])
18+
- PNG Compression support for CLI added ([#27])
1819

1920
### Modified
2021

@@ -24,6 +25,7 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
2425
[#17]: https://github.com/amethyst/sheep/pull/17
2526
[#18]: https://github.com/amethyst/sheep/pull/18
2627
[#22]: https://github.com/amethyst/sheep/pull/22
28+
[#27]: https://github.com/amethyst/sheep/pull/27
2729

2830
## sheep 0.2.1, sheep_cli 0.2.0 - 2019-07
2931

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sheep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sheep"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Hilmar Wiegand <me@hwgnd.de>"]
55
description = "Modular and lightweight spritesheet packing library"
66
keywords = ["sdk", "amethyst", "sprites", "2d", "packing"]

sheep_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sheep_cli"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Hilmar Wiegand <me@hwgnd.de>"]
55
description = "Modular and lightweight spritesheet packer"
66
keywords = ["sdk", "amethyst", "sprites", "packing", "cli"]
@@ -17,7 +17,7 @@ travis-ci = { repository = "amethyst/sheep", branch = "master" }
1717

1818
[dependencies]
1919
serde = "1.0.89"
20-
sheep = { path = "../sheep", version = "0.2.1" }
20+
sheep = { path = "../sheep", version = "0.3.0" }
2121
image = "0.20"
2222
clap = "2.32"
2323
ron = "0.4"

0 commit comments

Comments
 (0)