From f1e47f0dbae72c11b008fd0d5b1191d9ba1f29bb Mon Sep 17 00:00:00 2001 From: Jose Luis Blanco-Claraco Date: Fri, 16 Jun 2023 00:55:16 +0200 Subject: [PATCH] Changelog update --- CHANGELOG.md | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d63a1f..cf4dd616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -nanoflann 1.5.0: UNRELEASED +nanoflann 1.5.0: Released Jun 16, 2023 * **API changes:** - Users of radius search should change their result placeholder type: `std::vector>` => `std::vector>`. (See [#166](https://github.com/jlblancoc/nanoflann/issues/166) for the motivation of this change). diff --git a/appveyor.yml b/appveyor.yml index aeaaf909..2fc89972 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # version format -version: 1.4.2-{branch}-build{build} +version: 1.5.0-{branch}-build{build} os: Visual Studio 2019