Skip to content

Commit

Permalink
Merge pull request #39 from divvitco/release-0.3.6
Browse files Browse the repository at this point in the history
release 0.3.6
  • Loading branch information
ntatko authored Jun 4, 2024
2 parents 9888a5e + e6b8712 commit 22c9a08
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.3.6

* Fix `Polygon.fromWKT` creation bug
* Fix `MultiPolygon.fromWKT` creation bug
* Add `MultiPolygon.fromWKT` and `Polygon.fromWKT` tests

## 0.3.5

* Increase comments around conversion utils
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: geodart
description: A geospatial library for Dart. Designed primarily around vector features (like, with coordinate points), this library provides a simple interface for working with geographic data.
version: 0.3.5
version: 0.3.6
homepage: https://github.com/divvitco/geodart
repository: https://github.com/divvitco/geodart

Expand Down

0 comments on commit 22c9a08

Please sign in to comment.