Skip to content

Commit 6bf644f

Browse files
committed
prepare release 0.8.0
1 parent 90cecbc commit 6bf644f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## [0.8.0] - 04/06/2021
4+
5+
* **Breaking Change:** Added class `IcsDateTime` to replace the `DateTime.tryParse` ensuring no timezone data are lost ([#22](https://github.com/TesteurManiak/icalendar_parser/issues/27))
6+
37
## [0.7.0] - 02/06/2021
48

59
* `toJson()` now returns a correctly formatted JSON

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

test/format_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import 'package:icalendar_parser/icalendar_parser.dart';
22
import 'package:icalendar_parser/src/exceptions/icalendar_exception.dart';
3-
import 'package:icalendar_parser/src/model/ics_datetime.dart';
43
import 'package:test/test.dart';
54

65
import 'test_utils.dart';

0 commit comments

Comments
 (0)