Bump version to 0.9.0

This commit is contained in:
Justin Starry 2019-08-10 19:48:21 -04:00
parent 584973c9f6
commit c9d5c70af0
3 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## ✨ **0.9** *(TBD)*
- #### ⚡️ Features
- #### 🛠 Fixes
- #### 🚨 Breaking changes
## ✨ **0.8** *(2019-08-10)*
***Props! Props! Props!***

View File

@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.8.0"
version = "0.9.0"
edition = "2018"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
@ -35,7 +35,7 @@ serde_yaml = { version = "0.8.3", optional = true }
slab = "0.4"
stdweb = "^0.4.16"
toml = { version = "0.4", optional = true }
yew-macro = { version = "0.8.0", path = "crates/macro" }
yew-macro = { version = "0.9.0", path = "crates/macro" }
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
wasm-bindgen = "=0.2.42"

View File

@ -1,6 +1,6 @@
[package]
name = "yew-macro"
version = "0.8.0"
version = "0.9.0"
edition = "2018"
authors = ["Justin Starry <justin.starry@icloud.com>"]
repository = "https://github.com/DenisKolodin/yew"