From fcee529fdbc0e5ba75b3100b26b3d7a06ffbd3bb Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Wed, 8 Mar 2023 18:34:01 +0000 Subject: [PATCH] Prepare for v0.3.6 release --- Cargo.toml | 2 +- RELEASES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ddea88d2..83f9d38d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taffy" -version = "0.3.5" +version = "0.3.6" authors = [ "Alice Cecile ", "Johnathan Kelley ", diff --git a/RELEASES.md b/RELEASES.md index 9ff1ee7bc..426b2b82d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,11 @@ # Release Notes +## 0.3.6 + +### Fixes + +- Fix: Ignore `align_content` when `flex_wrap` is set to `nowrap` (#383) + ## 0.3.5 ### Fixes