Skip to content

Commit

Permalink
Release 0.3.0 (#28)
Browse files Browse the repository at this point in the history
* Add new version in changelog

* Bump cargo versions
  • Loading branch information
happenslol authored Aug 18, 2019
1 parent 01e2311 commit 8aa58b8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
[kc]: http://keepachangelog.com/
[sv]: http://semver.org/

## Unreleased
## sheep 0.3.0, sheep_cli 0.3.0 - 2019-08

### Added

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

### Modified

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

## sheep 0.2.1, sheep_cli 0.2.0 - 2019-07

Expand Down
6 changes: 3 additions & 3 deletions 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 sheep/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sheep"
version = "0.2.1"
version = "0.3.0"
authors = ["Hilmar Wiegand <[email protected]>"]
description = "Modular and lightweight spritesheet packing library"
keywords = ["sdk", "amethyst", "sprites", "2d", "packing"]
Expand Down
4 changes: 2 additions & 2 deletions sheep_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sheep_cli"
version = "0.2.0"
version = "0.3.0"
authors = ["Hilmar Wiegand <[email protected]>"]
description = "Modular and lightweight spritesheet packer"
keywords = ["sdk", "amethyst", "sprites", "packing", "cli"]
Expand All @@ -17,7 +17,7 @@ travis-ci = { repository = "amethyst/sheep", branch = "master" }

[dependencies]
serde = "1.0.89"
sheep = { path = "../sheep", version = "0.2.1" }
sheep = { path = "../sheep", version = "0.3.0" }
image = "0.20"
clap = "2.32"
ron = "0.4"
Expand Down

0 comments on commit 8aa58b8

Please sign in to comment.