mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Bump version to 0.9.0
This commit is contained in:
parent
584973c9f6
commit
c9d5c70af0
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## ✨ **0.9** *(TBD)*
|
||||||
|
|
||||||
|
- #### ⚡️ Features
|
||||||
|
|
||||||
|
- #### 🛠 Fixes
|
||||||
|
|
||||||
|
- #### 🚨 Breaking changes
|
||||||
|
|
||||||
## ✨ **0.8** *(2019-08-10)*
|
## ✨ **0.8** *(2019-08-10)*
|
||||||
|
|
||||||
***Props! Props! Props!***
|
***Props! Props! Props!***
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yew"
|
name = "yew"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"Denis Kolodin <deniskolodin@gmail.com>",
|
"Denis Kolodin <deniskolodin@gmail.com>",
|
||||||
@ -35,7 +35,7 @@ serde_yaml = { version = "0.8.3", optional = true }
|
|||||||
slab = "0.4"
|
slab = "0.4"
|
||||||
stdweb = "^0.4.16"
|
stdweb = "^0.4.16"
|
||||||
toml = { version = "0.4", optional = true }
|
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]
|
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
|
||||||
wasm-bindgen = "=0.2.42"
|
wasm-bindgen = "=0.2.42"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "yew-macro"
|
name = "yew-macro"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Justin Starry <justin.starry@icloud.com>"]
|
authors = ["Justin Starry <justin.starry@icloud.com>"]
|
||||||
repository = "https://github.com/DenisKolodin/yew"
|
repository = "https://github.com/DenisKolodin/yew"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user