diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f825f7..3b3b134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.0.10 + +- Implements `lineSlice` [#158](https://github.com/dartclub/turf_dart/pull/158) +- Introduce [geotypes package](https://pub.dev/packages/geotypes) for GeoJSON serialization +- Other small improvements + ## 0.0.9 - Implements `length`, `along` [#153](https://github.com/dartclub/turf_dart/pull/153) diff --git a/pubspec.yaml b/pubspec.yaml index 58f7a6e..e22960f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: turf description: A turf.js-like geospatial analysis library working with GeoJSON, written in pure Dart. -version: 0.0.9 +version: 0.0.10 environment: sdk: ">=2.17.0 <4.0.0" homepage: https://github.com/dartclub/turf_dart