From 7dde8641c8da59706186804d68b6008a47e94050 Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Wed, 22 Sep 2021 14:30:09 +0200 Subject: [PATCH] prepare release v1.0.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b6880..f18caa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.0.0] - 22/09/2021 + +* Fixed `fromString` constructor +* Full test coverage on the package + ## [0.8.1] - 11/08/2021 * Added RRULE [#30](https://github.com/TesteurManiak/icalendar_parser/pull/30) diff --git a/pubspec.yaml b/pubspec.yaml index d03bc82..af8e1ba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: icalendar_parser description: Package to parse iCalendar (.ics) files written in pure Dart. -version: 0.8.1 +version: 1.0.0 homepage: https://github.com/TesteurManiak repository: https://github.com/TesteurManiak/icalendar_parser