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

Commit a02593d

Browse files
committed
Update CHANGELOG
1 parent 4267142 commit a02593d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.1] - 2020-11-17
10+
### Added
11+
- [PR#154](https://github.com/EmbarkStudios/texture-synthesis/pull/154) added progress notification is now supported when compiling for `wasm32`, thanks [@bnjbvr](https://github.com/bnjbvr)!
912
## [0.8.0] - 2020-02-26
1013
### Added
1114
- Added the [09_sample_masks](lib/examples/09_sample_masks.rs) example

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.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)