From 20b7b7389b2651beb7ab47f47d83f518d781577c Mon Sep 17 00:00:00 2001 From: Serhii Potapov Date: Fri, 20 Dec 2024 12:38:15 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b1cec..f20e865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -### v0.5.1 - 2024-xx-xx +### v0.5.1 - 2024-12-20 * **[FEATURE]** In `no_std` generate implementation of `::core::error::Error` if Rust version is 1.81 or higher. * **[FIX]** Enable to specify custom error as a path (see [#186](https://github.com/greyblake/nutype/issues/186), [#187](https://github.com/greyblake/nutype/pull/187)) * **[FIX]** Make `Deserialize` derive compile when combination of `no_std` and `serde` features are used ([#182](https://github.com/greyblake/nutype/issues/182)) * **[FIX]** Fix lint warnings about inner generated module +* **[FIX]** Fix a conflict when used with `borsch` crate ([#195](https://github.com/greyblake/nutype/pull/195)) ### v0.5.0 - 2024-09-02