Prep release for 0.14.3 (#1069)

This commit is contained in:
Justin Starry 2020-04-04 14:01:12 +08:00 committed by GitHub
parent 61e940ca89
commit ef441684ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## ✨ **0.14.3** *(2020-04-04)*
- #### 🛠 Fixes
- Remove `html!` component validation to allow generic components. [[@mankinskin], [#1065](https://github.com/yewstack/yew/pull/1065)]
- Improve `Debug` formatting for `VTag` and `VText`. [[@dancespiele], [#1059](https://github.com/yewstack/yew/pull/1059)]
- Implement `Default` for `Callback`. [[@TheNeikos], [#1043](https://github.com/yewstack/yew/pull/1043)]
## ✨ **0.14.2** *(2020-03-23)*
- #### 🛠 Fixes
@ -761,6 +769,7 @@ This release introduces the concept of an `Agent`. Agents are separate activitie
[@charvp]: https://github.com/charvp
[@ctaggart]: https://github.com/ctaggart
[@ctm]: https://github.com/ctm
[@dancespiele]: https://github.com/dancespiele
[@daxpedda]: https://github.com/daxpedda
[@davidkna]: https://github.com/davidkna
[@DenisKolodin]: https://github.com/DenisKolodin
@ -776,6 +785,7 @@ This release introduces the concept of an `Agent`. Agents are separate activitie
[@kuy]: https://github.com/kuy
[@leo-lb]: https://github.com/leo-lb
[@lizhaoxian]: https://github.com/lizhaoxian
[@mankinskin]: https://github.com/mankinskin
[@mdtusz]: https://github.com/mdtusz
[@mrh0057]: https://github.com/mrh0057
[@nicklaswj]: https://github.com/nicklaswj

View File

@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.14.2"
version = "0.14.3"
edition = "2018"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",