Skip to content

Commit d47f651

Browse files
committed
prepare v1.1.0
1 parent 711f9f4 commit d47f651

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.0] - 07/12/2022
4+
5+
* Fixed EXDATE parsing ([#44](https://github.com/TesteurManiak/icalendar_parser/pull/44)
6+
* Upgraded dev dependencies
7+
* Refactored some code to beneficiate from enhanced enums
8+
39
## [1.0.2] - 08/07/2022
410

511
* Added EXDATE ([#37](https://github.com/TesteurManiak/icalendar_parser/pull/37) from [LucaCoduriV](https://github.com/LucaCoduriV))

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ packages:
8080
path: ".."
8181
relative: true
8282
source: path
83-
version: "1.0.2"
83+
version: "1.1.0"
8484
matcher:
8585
dependency: transitive
8686
description:

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: 1.0.2
3+
version: 1.1.0
44
homepage: https://github.com/TesteurManiak
55
repository: https://github.com/TesteurManiak/icalendar_parser
66

0 commit comments

Comments
 (0)