diff --git a/Cargo.toml b/Cargo.toml index 85a132a51..0fe28bcb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taffy" -version = "0.6.0" +version = "0.6.1" authors = [ "Alice Cecile ", "Johnathan Kelley ", diff --git a/RELEASES.md b/RELEASES.md index b9275e225..b9085435e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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