From 0e75408eec6d5bbda68f74a8b1900dbcb503a1f5 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 23 Sep 2019 12:02:39 +0200 Subject: [PATCH] Prepare release 0.6.0 --- CHANGELOG.md | 5 +++-- cli/Cargo.toml | 4 ++-- lib/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31cc630..02988e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b7ffe44..c8293a0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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 ", "Anastasia Opara ", @@ -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 = [] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b7349fd..eaaf6b1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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 ", "Anastasia Opara ",