Skip to content

Commit

Permalink
Prepare v0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Oct 13, 2019
1 parent f76a4bc commit c0186e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

- #### 🚨 Breaking changes

## **0.9.2** *(2019-10-12)*

Fixed `yew-macro` dependency version

## **0.9.1** *(2019-10-12)*

Happy Canadian Thanksgiving! 🦃
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.9.1"
version = "0.9.2"
edition = "2018"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
Expand Down Expand Up @@ -35,7 +35,7 @@ serde_yaml = { version = "0.8.3", optional = true }
slab = "0.4"
stdweb = "0.4.20"
toml = { version = "0.4", optional = true }
yew-macro = { version = "0.9.0", path = "crates/macro" }
yew-macro = { version = "0.9.2", path = "crates/macro" }

[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
wasm-bindgen = "=0.2.50"
Expand Down
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-macro"
version = "0.9.1"
version = "0.9.2"
edition = "2018"
authors = ["Justin Starry <justin.starry@icloud.com>"]
repository = "https://github.com/yewstack/yew"
Expand Down

0 comments on commit c0186e7

Please sign in to comment.