Skip to content

Commit

Permalink
prepare v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Jul 8, 2022
1 parent 421fc1a commit 2820201
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.0.2] - 08/07/2022

* Added EXDATE ([#37](https://github.com/TesteurManiak/icalendar_parser/pull/37) from [LucaCoduriV](https://github.com/LucaCoduriV))
* Removed dependency to [collection](https://pub.dev/packages/collection)

## [1.0.1+1] - 07/04/2022

* Updated linting rules
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ packages:
source: hosted
version: "1.2.0"
collection:
dependency: "direct main"
dependency: "direct dev"
description:
name: collection
url: "https://pub.dartlang.org"
Expand Down
7 changes: 3 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: icalendar_parser
description: Package to parse iCalendar (.ics) files written in pure Dart.
version: 1.0.1+1
version: 1.0.2
homepage: https://github.com/TesteurManiak
repository: https://github.com/TesteurManiak/icalendar_parser

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: ">=2.12.0 <3.0.0"

dev_dependencies:
collection: ^1.16.0
coverage: ^1.2.0
lint: ^1.8.2
test: ^1.20.2
dependencies:
collection: ^1.16.0

0 comments on commit 2820201

Please sign in to comment.