Skip to content

Commit

Permalink
prepare v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Dec 7, 2022
1 parent 711f9f4 commit d47f651
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.0] - 07/12/2022

* Fixed EXDATE parsing ([#44](https://github.com/TesteurManiak/icalendar_parser/pull/44)
* Upgraded dev dependencies
* Refactored some code to beneficiate from enhanced enums

## [1.0.2] - 08/07/2022

* Added EXDATE ([#37](https://github.com/TesteurManiak/icalendar_parser/pull/37) from [LucaCoduriV](https://github.com/LucaCoduriV))
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.1.0"
matcher:
dependency: transitive
description:
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: icalendar_parser
description: Package to parse iCalendar (.ics) files written in pure Dart.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/TesteurManiak
repository: https://github.com/TesteurManiak/icalendar_parser

Expand Down

0 comments on commit d47f651

Please sign in to comment.