From f60079d430f2f3dca063c5d0962c07d6974d9746 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 22 Oct 2024 17:34:30 +0900 Subject: [PATCH] Prepare for 0.6.1 release --- Cargo.toml | 2 +- RELEASES.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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