From e036d63466f6462f1bf08684b82f820dc86b3034 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Tue, 13 Aug 2024 22:08:31 +0200 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2914c46..d7fc7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [v0.16.3](https://github.com/hoodie/icalendar-rs/compare/v0.16.2...v0.16.3) (2024-08-13) + +#### Fixes + +* consider value type when escaping and unescaping +([156177d](https://github.com/hoodie/icalendar-rs/commit/156177d2fde9b18a8d42a8e61a6aa74d720657d3)), +closes [#104](https://github.com/hoodie/icalendar-rs/issues/104) + ### [v0.16.2](https://github.com/hoodie/icalendar-rs/compare/v0.16.1...v0.16.2) (2024-07-07) #### Fixes @@ -21,7 +29,7 @@ closes [#91](https://github.com/hoodie/icalendar-rs/issues/91) * **deps:** update rust crate chrono-tz to 0.8.5 ([4ef3052](https://github.com/hoodie/icalendar-rs/commit/4ef3052bc0073c9cce0a5eae4f534b3ea7fbd5fe)) -## [v0.16.0](https://github.com/hoodie/icalendar-rs/compare/v0.15.9...v0.16.0) (2023-11-22) +## [v0.16.0](https://github.com/hoodie/icalendar-rs/compare/v0.15.8...v0.16.0) (2023-11-22) ### ⚠ BREAKING CHANGE @@ -33,13 +41,6 @@ closes [#91](https://github.com/hoodie/icalendar-rs/issues/91) * parsing multi-properties ([6fe3e1f](https://github.com/hoodie/icalendar-rs/commit/6fe3e1f46007c89521e834d825d21c97f78f01d7)) -### [v0.15.9](https://github.com/hoodie/icalendar-rs/compare/v0.15.8...v0.15.9) (2023-11-22) - -#### Fixes - -* parsing multi-properties -([c0ffee9](https://github.com/hoodie/icalendar-rs/commit/c0ffee9dfaaa27e18692349602b50c5d87a422a5)) - ### [v0.15.8](https://github.com/hoodie/icalendar-rs/compare/v0.15.7...v0.15.8) (2023-10-30) #### Fixes