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

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Sep 5, 2019
1 parent aaf0e60 commit 90086d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.4.2] - 2019-09-05
### Added
- Added `Error::UnsupportedOutputFormat`

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

[Unreleased]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.4.1...HEAD
[Unreleased]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.4.2...HEAD
[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
[0.4.0]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.2.0...0.3.0
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.4.1"
version = "0.4.2"
authors = [
"Embark <opensource@embark-studios.com>",
"Anastasia Opara <anastasiaopara@gmail.com>",
Expand All @@ -29,7 +29,7 @@ atty = "0.2.13"
indicatif = "0.11.0"
minifb = { version = "0.13.0", optional = true }
structopt = "0.3.0"
texture-synthesis = { version = "0.4.1", path = "../lib" }
texture-synthesis = { version = "0.4.2", 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.4.1"
version = "0.4.2"
authors = [
"Embark <opensource@embark-studios.com>",
"Anastasia Opara <anastasiaopara@gmail.com>",
Expand Down

0 comments on commit 90086d5

Please sign in to comment.