Skip to content

Commit

Permalink
prepare for release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-h committed May 8, 2024
1 parent 8486440 commit aaefbb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aaefbb1

Please sign in to comment.