From b76f316b7c58634b3334b1a1fe7268a895d35607 Mon Sep 17 00:00:00 2001 From: synw Date: Mon, 23 Dec 2019 13:50:51 +0100 Subject: [PATCH] Prepare 0.8.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22ecb8..68e9675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.0 + +Add support for parsing `GeometryCollection` objects + ## 0.7.3 Include feature properties when serializing diff --git a/pubspec.yaml b/pubspec.yaml index f31aea0..e95f0f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: geojson description: Utilities to work with geojson data. Parser with a reactive api, search and geofencing author: synw homepage: https://github.com/synw/geojson -version: 0.7.3 +version: 0.8.0 environment: sdk: ">=2.3.0 <3.0.0"