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

Commit e272b8b

Browse files
committed
Release 0.8.2
1 parent 3a38812 commit e272b8b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [0.8.2] - 2021-03-26
89
### Changed
910
- Updated dependencies
1011

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "texture-synthesis-cli"
33
description = "A CLI for texture-synthesis"
44
repository = "https://github.com/EmbarkStudios/texture-synthesis"
5-
version = "0.8.1"
5+
version = "0.8.2"
66
authors = [
77
"Embark <opensource@embark-studios.com>",
88
"Anastasia Opara <anastasiaopara@gmail.com>",
@@ -23,7 +23,7 @@ bench = false
2323

2424
[dependencies]
2525
structopt = "0.3"
26-
texture-synthesis = { version = "0.8.0", path = "../lib" }
26+
texture-synthesis = { version = "0.8.1", path = "../lib" }
2727

2828
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
2929
# We unfortunately can't use clicolors-control which is used by indicatif

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "texture-synthesis"
33
description = "Multiresolution Stochastic Texture Synthesis, a non-parametric example-based algorithm for image generation"
44
repository = "https://github.com/EmbarkStudios/texture-synthesis"
5-
version = "0.8.0"
5+
version = "0.8.1"
66
authors = [
77
"Embark <opensource@embark-studios.com>",
88
"Anastasia Opara <anastasiaopara@gmail.com>",

0 commit comments

Comments
 (0)