From 0c901adafd8988577b11ac1890541639110e29f9 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Sat, 30 Nov 2024 10:28:23 +0100 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbc1a8..ecd02bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [v0.16.10](https://github.com/hoodie/icalendar-rs/compare/v0.16.9...v0.16.10) (2024-11-30) + +#### Features + +* add method for getting NaiveDate from DatePerhapsTime +([7acd8ff](https://github.com/hoodie/icalendar-rs/commit/7acd8ff26d94690927a0c23910762f6bc1f4249b)), +closes [#118](https://github.com/hoodie/icalendar-rs/issues/118) + ### [v0.16.9](https://github.com/hoodie/icalendar-rs/compare/v0.16.8...v0.16.9) (2024-10-06) #### Features @@ -66,7 +74,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.8...v0.16.0) (2023-11-22) +## [v0.16.0](https://github.com/hoodie/icalendar-rs/compare/v0.15.9...v0.16.0) (2023-11-22) ### ⚠ BREAKING CHANGE @@ -78,6 +86,13 @@ 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 @@ -224,12 +239,12 @@ closes [#61](https://github.com/hoodie/icalendar-rs/issues/61) * Adds a new variant to `CalendarDateTime` enum. * Changes the type of `Component::all_day`. -* Removes `Component::start_date` and`Component::end_date`. - -* Changes the type of `Component::starts` and`Component::ends`. - -* Changes the type of `Component::timestamp` and`Component::get_timestamp`. - +* Removes `Component::start_date` and +`Component::end_date`. +* Changes the type of `Component::starts` and +`Component::ends`. +* Changes the type of `Component::timestamp` and +`Component::get_timestamp`. ### Features