From 8d272919d9fe7a7ee30afff310890898faad03ae Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Sun, 9 Apr 2023 23:36:15 +0100 Subject: [PATCH] Prepare for 0.3.11 release --- Cargo.toml | 2 +- RELEASES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66823ca30..fc415b670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taffy" -version = "0.3.10" +version = "0.3.11" authors = [ "Alice Cecile ", "Johnathan Kelley ", diff --git a/RELEASES.md b/RELEASES.md index 65b437d4c..47ba3a2f3 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,11 @@ # Release Notes +## 0.3.11 + +### Fixes + +- Fix exponential blowup when laying out trees containing nodes with min and max sizes. + ## 0.3.10 ### Fixes