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

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Mar 26, 2021
1 parent 3a38812 commit e272b8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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.8.2] - 2021-03-26
### Changed
- Updated dependencies

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8.1"
version = "0.8.2"
authors = [
"Embark <[email protected]>",
"Anastasia Opara <[email protected]>",
Expand All @@ -23,7 +23,7 @@ bench = false

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# We unfortunately can't use clicolors-control which is used by indicatif
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.8.0"
version = "0.8.1"
authors = [
"Embark <[email protected]>",
"Anastasia Opara <[email protected]>",
Expand Down

0 comments on commit e272b8b

Please sign in to comment.