Skip to content

Commit

Permalink
Prepare for v0.5.2 release (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Jul 7, 2024
1 parent 9651a18 commit d968ea3
Show file tree
Hide file tree
Showing 2 changed files with 9 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.5.1"
version = "0.5.2"
authors = [
"Alice Cecile <alice.i.cecile@gmail.com>",
"Johnathan Kelley <jkelleyrtp@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## 0.5.2

- Fix block stretch sizing (don't always apply stretch sizing to block containers) (#674)
- Fix computation of intrinsic main size when it depends on a child's known cross size (#673)
- Fix panic when GridLine 0 is specified (#671)
- Docs: Document feature flags and scrape examples (#672)
- Docs: Update cosmic-text example to cosmic-text 0.12 (#670)

## 0.5.1

- Fix: Clamp block item stretch widths by their min and max width (#664)
Expand Down

0 comments on commit d968ea3

Please sign in to comment.