From 21b011a7429764ed698bb4673710912a9cc98c1f Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Thu, 26 Aug 2021 12:08:03 +0200 Subject: [PATCH] release v0.9.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea1b24..9235017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.0 +- Fix duration parsing [#2](https://github.com/Enough-Software/enough_icalendar/issues/2) +- Support `X-WR-CALNAME` property, use VCalendar.calendarName to get/set it [#3](https://github.com/Enough-Software/enough_icalendar/issues/3) + ## 0.8.0 - Support `X-MICROSOFT-CDO-ALLDAYEVENT` property, access it via `VEvent.isAllDayEvent` - Attendees are now optional when creating an event diff --git a/pubspec.yaml b/pubspec.yaml index 7807b73..d0a75e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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.8.0 +version: 0.9.0 homepage: https://github.com/Enough-Software/enough_icalendar environment: