Skip to content

Commit f7b52bf

Browse files
committed
Prep v0.17.4 release (#1625)
1 parent 5aa07d3 commit f7b52bf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## **0.17.4** *(2020-10-18)*
4+
5+
#### Changelog
6+
7+
- #### 🛠 Fixes
8+
9+
- Fixed a "call stack exceeded" panic that occurred if a `Component` was updated many times [[@jstarry], [#1624](https://github.com/yewstack/yew/pull/1624)]
10+
311
## **0.17.3** *(2020-08-16)*
412

513
#### Changelog

yew-stdweb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yew-stdweb"
3-
version = "0.17.3"
3+
version = "0.17.4"
44
edition = "2018"
55
authors = [
66
"Denis Kolodin <deniskolodin@gmail.com>",

yew/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yew"
3-
version = "0.17.3"
3+
version = "0.17.4"
44
edition = "2018"
55
authors = [
66
"Denis Kolodin <deniskolodin@gmail.com>",

0 commit comments

Comments
 (0)