Skip to content

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Aug 26, 2021
1 parent b6fded5 commit 21b011a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 21b011a

Please sign in to comment.