Skip to content

Commit

Permalink
release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Sep 6, 2021
1 parent 1dd1669 commit 435b66e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.0
- Forward `customParser` argument correctly, in case you need to support further properties directly/


## 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add this dependency your pubspec.yaml file:

```
dependencies:
enough_icalendar: ^0.8.0
enough_icalendar: ^0.10.0
```
The latest version or `enough_icalendar` is [![enough_icalendar version](https://img.shields.io/pub/v/enough_icalendar.svg)](https://pub.dartlang.org/packages/enough_icalendar).

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.9.0
version: 0.10.0
homepage: https://github.com/Enough-Software/enough_icalendar

environment:
Expand Down

0 comments on commit 435b66e

Please sign in to comment.