Skip to content

Commit

Permalink
Prepare for 0.6.1 release (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Oct 22, 2024
1 parent 9f1d71c commit fae17c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.6.0"
version = "0.6.1"
authors = [
"Alice Cecile <[email protected]>",
"Johnathan Kelley <[email protected]>",
Expand Down
5 changes: 4 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Release Notes

## Unreleased
## 0.6.1

### Fixes

- Fix calculation of `auto-fill`/`auto-fit` repetition count when container has a definite percentage size (#722)
- Fix min-size style not affecting intrinsic sizes (#723)
- Fix documentation of dirty and mark_dirty functions (#724)
- Fix intrinsic size of scroll containers that have a small explicit flex-basis (#728)

## 0.6.0

Expand Down

0 comments on commit fae17c2

Please sign in to comment.