Skip to content

Commit 41f1b19

Browse files
committed
Bump version
1 parent 3e64525 commit 41f1b19

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [0.6.11] - 2025-11-04
4+
- small fixes related to performance
35

46
## [0.6.10] - 2025-11-01
57
- Fixed bug query_circle_points() and query_nearest_k_points() for very small r

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "aabb"
4-
version = "0.6.10"
4+
version = "0.6.11"
55
description = "Static AABB spatial index for 2D queries"
66
rust-version = "1.88"
77
edition = "2024"

0 commit comments

Comments
 (0)