Skip to content

Commit

Permalink
chore: release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Feb 25, 2024
1 parent 6e38913 commit 6a6f7dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)!

Expand Down
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
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
- ics
- ical
- rfc5545
- rfc5546
- itip


environment:
sdk: ">=2.18.0 <4.0.0"

Expand Down

0 comments on commit 6a6f7dc

Please sign in to comment.