Skip to content

Commit

Permalink
Prepare for v0.4.2 release (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Apr 11, 2024
1 parent 8555ecd commit e8aef0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taffy"
version = "0.4.1"
version = "0.4.2"
authors = [
"Alice Cecile <[email protected]>",
"Johnathan Kelley <[email protected]>",
Expand Down
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.4.2

- Fixed: single-line flex-container should clamp the line's cross-size (#638)
- Reduced binary footprint of Taffy from around 300kb to around 150kb (#636)

## 0.4.1

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

0 comments on commit e8aef0c

Please sign in to comment.