Skip to content

Commit

Permalink
Prepare for 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Oct 22, 2024
1 parent 9f1d71c commit f60079d
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 <alice.i.cecile@gmail.com>",
"Johnathan Kelley <jkelleyrtp@gmail.com>",
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 f60079d

Please sign in to comment.