Skip to content

Commit e8aef0c

Browse files
authored
Prepare for v0.4.2 release (#641)
1 parent 8555ecd commit e8aef0c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taffy"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = [
55
"Alice Cecile <[email protected]>",
66
"Johnathan Kelley <[email protected]>",

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 0.4.2
4+
5+
- Fixed: single-line flex-container should clamp the line's cross-size (#638)
6+
- Reduced binary footprint of Taffy from around 300kb to around 150kb (#636)
7+
38
## 0.4.1
49

510
- Fixed: CSS Grid track sizing not respecting growth limits in some circumstances (#624)

0 commit comments

Comments
 (0)