diff --git a/Cargo.toml b/Cargo.toml index 963129e9a..5ddea88d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taffy" -version = "0.3.4" +version = "0.3.5" authors = [ "Alice Cecile ", "Johnathan Kelley ", diff --git a/RELEASES.md b/RELEASES.md index 52116b32c..9ff1ee7bc 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,12 @@ # Release Notes +## 0.3.5 + +### Fixes + +- Fix `display: none` when it is set on a flexbox child (#380) +- Fix `display: none` when it is set on a grid child (#381) + ## 0.3.4 ### Fixes