Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
msfstef committed Aug 2, 2023
1 parent 017e57c commit 2ee7a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 1.2.0
* Added `Geoflatbush` wrapper to `Flatbush` to allow curvature and dateline aware kNN queries with the `around` API.
### 1.1.0
* Added `neighbors` API for kNN search on index using Dart's collection HeapPriorityQueue.
### 1.0.2
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: flatbush_dart
description: A fast static spatial index for 2D points and rectangles, Dart port of https://github.com/mourner/flatbush/tree/main.
version: 1.1.0
version: 1.2.0
homepage: https://github.com/msfstef/flatbush-dart
repository: https://github.com/msfstef/flatbush-dart

Expand Down

0 comments on commit 2ee7a42

Please sign in to comment.