Add CHANGELOG to subcrates

This commit is contained in:
Héctor Ramón Jiménez 2019-11-25 14:55:14 +01:00
parent 1344ea84fc
commit 862859142b
8 changed files with 77 additions and 19 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "iced_web"
version = "0.1.0-alpha"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A web backend for Iced"
@ -15,7 +15,7 @@ categories = ["web-programming"]
maintenance = { status = "actively-developed" }
[dependencies]
iced_core = { version = "0.1.0-alpha", path = "../core", features = ["command"] }
iced_core = { version = "0.1.0", path = "../core", features = ["command"] }
dodrio = "0.1.0"
wasm-bindgen = "0.2.51"
wasm-bindgen-futures = "0.4"