Skip to content

Commit 630fc14

Browse files
committed
Bump version & update changelog
1 parent d9663f6 commit 630fc14

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.3.0] - 2021-04-22
2+
3+
* Migrated to null-safety (thanks @scarnett!)
4+
15
## [0.2.2] - 2020-05-02
26

37
* Bumped down the quiver dependency version to 2.0.5 to be compatible

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: interval_tree
2-
version: 0.2.2
2+
version: 0.3.0
33
description: >-
44
A non-overlapping interval tree with support for calculating unions,
55
intersections, and differences between individual intervals and entire

0 commit comments

Comments
 (0)