From 6a6f7dc8a61233d6e8e80d97895039ea435fc796 Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Sun, 25 Feb 2024 08:45:01 +0100 Subject: [PATCH] chore: release v0.16.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f212f..2f387a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.16.0 +- Fix handling of ICS data with varying line endings [#13], thanks to [vanlooverenkoen](https://github.com/vanlooverenkoen) +- Allow to set trigger of an alarm to a DateTime[#12], thanks to [liplum](https://github.com/liplum) +- Added helper to convert Duration to IsoDuration [#11] thanks to [liplum](https://github.com/liplum) + ## 0.15.0 - Fix export of WKST attribute of a RRULE [#10](https://github.com/Enough-Software/enough_icalendar/issues/10) with thanks to [tgrushka](https://github.com/tgrushka)! diff --git a/pubspec.yaml b/pubspec.yaml index 19cb440..663d750 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: enough_icalendar description: iCalendar library to parse, generate and respond to iCal / ics invites. Fully compliant with RFC 5545 (iCalendar) and RFC 5546 (iTIP). -version: 0.15.0 +version: 0.16.0 homepage: https://github.com/Enough-Software/enough_icalendar topics: - icalendar @@ -9,8 +9,7 @@ topics: - ical - rfc5545 - rfc5546 - - itip - + environment: sdk: ">=2.18.0 <4.0.0"