Skip to content

Commit 9a1f40f

Browse files
committed
Bump version
1 parent f7b4936 commit 9a1f40f

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

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

3+
4+
## [0.6.7] - 2025-10-28
5+
- Use new version of **aabb**
6+
37
## [0.6.6] - 2025-10-27
4-
- Split spatial index to new crate **aabb**
8+
- Use new version of **aabb**
59

610
## [0.6.5] - 2025-10-26
711
- Split spatial index to new crate **aabb**

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "togo"
33
description = "A library for 2D geometry, providing geometric algorithms for intersection/distance between circular arcs/line segments."
4-
version = "0.6.6"
4+
version = "0.6.7"
55
rust-version = "1.88"
66
edition = "2024"
77
categories = ["algorithms", "data-structures", "graphics", "mathematics"]
@@ -15,14 +15,14 @@ readme = "README.md"
1515

1616

1717
[dependencies]
18-
aabb = "0.3"
18+
aabb = "0.5"
1919
robust = "1.2"
2020

2121
[lib]
2222
crate-type = ["lib"]
2323

2424
[dev-dependencies]
25-
rand = "0.9.2"
25+
rand = "0.9"
2626

2727
[[bench]]
2828
name = "bench"

benches/bench.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ Time: 4.4790 ms (4479 µs) Base
4040
4141
Time: 1.4383 ms (1438 µs) Hilbert
4242
43+
Time: 0.9664 ms (966 µs) AABB v0.5
4344
*/

0 commit comments

Comments
 (0)