diff --git a/Cargo.toml b/Cargo.toml index 94063e3e9..963129e9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taffy" -version = "0.3.3" +version = "0.3.4" authors = [ "Alice Cecile ", "Johnathan Kelley ", diff --git a/RELEASES.md b/RELEASES.md index fff6bc917..52116b32c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,11 @@ # Release Notes +## 0.3.4 + +### Fixes + +- Fix `display: none` when it is set for the only node in the hierarchy (#377) + ## 0.3.3 ### Added