Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Sep 23, 2019
1 parent d5d8361 commit 0e75408
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.6.0]
### Added
- Added support for the alpha channel during generation, which was previously ignored

Expand Down Expand Up @@ -102,7 +102,8 @@ callers
### Added
- Initial add of `texture-synthesis`

[Unreleased]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.5.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.6.0...HEAD
[0.6.0]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.4.2...0.5.0
[0.4.2]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.4.0...0.4.1
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "texture-synthesis-cli"
description = "A CLI for texture-synthesis"
repository = "https://github.com/EmbarkStudios/texture-synthesis"
version = "0.5.0"
version = "0.6.0"
authors = [
"Embark <[email protected]>",
"Anastasia Opara <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@ atty = "0.2.13"
indicatif = "0.12.0"
minifb = { version = "0.13.0", optional = true }
structopt = "0.3.0"
texture-synthesis = { version = "0.5.0", path = "../lib" }
texture-synthesis = { version = "0.6.0", path = "../lib" }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "texture-synthesis"
description = "Multiresolution Stochastic Texture Synthesis, a non-parametric example-based algorithm for image generation"
repository = "https://github.com/EmbarkStudios/texture-synthesis"
version = "0.5.0"
version = "0.6.0"
authors = [
"Embark <[email protected]>",
"Anastasia Opara <[email protected]>",
Expand Down

0 comments on commit 0e75408

Please sign in to comment.