Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Jun 25, 2023
1 parent 0e627e1 commit 1743e51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# CHANGELOG

## 0.6.0

- Add findPolygonCentroid
- Add getPolygonIntersection

## 0.5.0
- greatCircleDistanceBetweenTwoGeoPoints
- getRectangleBounds
- calculateBoundingBox
- Add greatCircleDistanceBetweenTwoGeoPoints
- Add getRectangleBounds
- Add calculateBoundingBox

## 0.4.2
- Removed pedantic
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: geodesy
description: A Dart library for geodesic and trigonometric calculations working with points and paths
version: 0.5.0
version: 0.6.0
homepage: https://github.com/wingkwong/geodesy

environment:
Expand Down

0 comments on commit 1743e51

Please sign in to comment.