From 54ed355d41a747e0a45ab57b75b399ff24c49387 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 14 Feb 2023 18:02:17 +0000 Subject: [PATCH] Prepare for 0.3.2 release (#367) --- Cargo.toml | 2 +- RELEASES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d87be4af0..298688426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taffy" -version = "0.3.1" +version = "0.3.2" authors = [ "Alice Cecile ", "Johnathan Kelley ", diff --git a/RELEASES.md b/RELEASES.md index 56b861949..282534b44 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,11 @@ # Release Notes +## 0.3.2 + +### Fixes + +- Allow partial nested values to be deserialized into a `Style` using the `serde` feature. + ## 0.3.1 ### Fixes