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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Sep 13, 2019
1 parent 77755d9 commit 700c52c
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.5.0] - 2019-09-13
### Added
- You can now specify the maximum number of threads that can be used at any one time
via `SessionBuilder::max_thread_count`
Expand Down Expand Up @@ -88,7 +90,8 @@ callers
### Added
- Initial add of `texture-synthesis`

[Unreleased]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.4.2...HEAD
[Unreleased]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.5.0...HEAD
[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
[0.4.0]: https://github.com/EmbarkStudios/texture-synthesis/compare/0.3.0...0.4.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.2"
version = "0.5.0"
authors = [
"Embark <opensource@embark-studios.com>",
"Anastasia Opara <anastasiaopara@gmail.com>",
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.4.2", path = "../lib" }
texture-synthesis = { version = "0.5.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.4.2"
version = "0.5.0"
authors = [
"Embark <opensource@embark-studios.com>",
"Anastasia Opara <anastasiaopara@gmail.com>",
Expand Down

0 comments on commit 700c52c

Please sign in to comment.