From a1baa5bb907fc5221d62abc42a5f2c3fa71b9cc3 Mon Sep 17 00:00:00 2001 From: crvs Date: Wed, 5 Jun 2024 13:44:31 +0200 Subject: [PATCH] Version bump --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 650c7ca..329e1cf 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Simple C++ static KD-Tree implementation with minimal functionality. - neighbors within a given distance - k nearest neighbours +## News + +### Version 2.0.0 + +- Added K nearest neighbours query. + ## License and copyright © J. Frederico Carvalho