Skip to content

Commit 937a0d3

Browse files
chore(release): 0.1.7 [skip ci]
## [0.1.7](0.1.6...0.1.7) (2021-12-10) ### Bug Fixes * **doc:** document the generic parameter of FlexibleQuadTree ([eb0db69](eb0db69)) * **doc:** remove a dangling Javadoc link ([d71d10a](d71d10a)) * use murmur3_32_fixed() in place of murmur3_32() ([#118](#118)) ([2a99969](2a99969))
1 parent 2a99969 commit 937a0d3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.7](https://github.com/DanySK/java-quadtree/compare/0.1.6...0.1.7) (2021-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **doc:** document the generic parameter of FlexibleQuadTree ([eb0db69](https://github.com/DanySK/java-quadtree/commit/eb0db698b898a6487e4ab954f39fcaee27d7b012))
7+
* **doc:** remove a dangling Javadoc link ([d71d10a](https://github.com/DanySK/java-quadtree/commit/d71d10a5af6c42da7a081732496177b9e0753c55))
8+
* use murmur3_32_fixed() in place of murmur3_32() ([#118](https://github.com/DanySK/java-quadtree/issues/118)) ([2a99969](https://github.com/DanySK/java-quadtree/commit/2a9996972b33273c0c631aa3d1cffe3d2ec836b2))
9+
110
## [0.1.6](https://github.com/DanySK/java-quadtree/compare/0.1.5...0.1.6) (2021-12-10)
211

312

0 commit comments

Comments
 (0)