Skip to content

Commit 7dde864

Browse files
committed
prepare release v1.0.0
1 parent c09467c commit 7dde864

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.0.0] - 22/09/2021
4+
5+
* Fixed `fromString` constructor
6+
* Full test coverage on the package
7+
38
## [0.8.1] - 11/08/2021
49

510
* Added RRULE [#30](https://github.com/TesteurManiak/icalendar_parser/pull/30)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: icalendar_parser
22
description: Package to parse iCalendar (.ics) files written in pure Dart.
3-
version: 0.8.1
3+
version: 1.0.0
44
homepage: https://github.com/TesteurManiak
55
repository: https://github.com/TesteurManiak/icalendar_parser
66

0 commit comments

Comments
 (0)