Skip to content

Commit

Permalink
ready to release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
armantorkzaban committed Sep 8, 2022
1 parent 9e321d0 commit 1f59507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.0.3
- Added benchmark
## 0.0.2
- Bugfix: missing condition for MultiPolygon
## 0.0.1
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: sweepline_intersections
description: A small and fast module using a sweepline algorithm to detect intersections between polygons and/or polylines.
version: 0.0.2
version: 0.0.3
homepage: https://github.com/dartclub/sweepline_intersections
publish_to: none

environment:
sdk: ">=2.17.5 <3.0.0"
Expand Down

0 comments on commit 1f59507

Please sign in to comment.