From 8bd505a22c8d8be1ab4c082f746ba371d6da2ac9 Mon Sep 17 00:00:00 2001 From: Robert Virkus Date: Tue, 3 Aug 2021 22:00:50 +0200 Subject: [PATCH] release v0.7.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 394b3d8..79bc27a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.7.0 +- Uses UTC date times when encountering UTC DateTime values. To get the local time, call `toLocal()`, e.g. `final localStartTime = event.start!.toLocal();` + ## 0.6.0 - Adds the `IsoDuration.toDuration()` conversion method diff --git a/pubspec.yaml b/pubspec.yaml index b4c54ac..bfdac44 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.6.0 +version: 0.7.0 homepage: https://github.com/Enough-Software/enough_icalendar environment: