Skip to content

Commit

Permalink
Prepare V0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-Alberts committed Jun 29, 2023
1 parent ae7fe6f commit 6257e91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 0.1.1
* Improved query speed
* Added insert_at_unchecked
* Added insert_unchecked

# V0.1.0
Initial release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qutee"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
keywords = ["quadtree", "2d"]
categories = ["data-structures"]
Expand Down

0 comments on commit 6257e91

Please sign in to comment.