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