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
|
||||
|
||||
## ✨ **0.9** *(TBD)*
|
||||
|
||||
- #### ⚡️ Features
|
||||
|
||||
- #### 🛠 Fixes
|
||||
|
||||
- #### 🚨 Breaking changes
|
||||
|
||||
## ✨ **0.8** *(2019-08-10)*
|
||||
|
||||
***Props! Props! Props!***
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user