From e8d550b94cc66afcb459cb563a1540c30cfb8306 Mon Sep 17 00:00:00 2001 From: TinySemVer Date: Thu, 23 Jan 2025 09:34:09 +0000 Subject: [PATCH] Release: v2.17.1 [skip ci] --- CITATION.cff | 2 +- CMakeLists.txt | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- VERSION | 2 +- conanfile.py | 2 +- csharp/nuget/nuget-package.props | 2 +- include/usearch/index.hpp | 2 +- java/README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- wasmer.toml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 0549c0aa..457d5fc9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Ash" orcid: "https://orcid.org/0000-0002-4882-1815" title: "USearch by Unum Cloud" -version: 2.17.0 +version: 2.17.1 doi: 10.5281/zenodo.7949416 date-released: 2023-10-22 url: "https://github.com/unum-cloud/usearch" diff --git a/CMakeLists.txt b/CMakeLists.txt index 174db980..6e983d61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.1) project( usearch - VERSION 2.17.0 + VERSION 2.17.1 LANGUAGES C CXX DESCRIPTION "Smaller & Faster Single-File Vector Search Engine from Unum" HOMEPAGE_URL "https://github.com/unum-cloud/usearch" diff --git a/Cargo.lock b/Cargo.lock index 66d4f257..c6935e1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" [[package]] name = "usearch" -version = "2.17.0" +version = "2.17.1" dependencies = [ "cxx", "cxx-build", diff --git a/Cargo.toml b/Cargo.toml index e6d301da..12dec65a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "2.17.0" +version = "2.17.1" authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"] description = "Smaller & Faster Single-File Vector Search Engine from Unum" edition = "2021" diff --git a/README.md b/README.md index ca971334..511db2e8 100644 --- a/README.md +++ b/README.md @@ -546,7 +546,7 @@ doi = {10.5281/zenodo.7949416}, author = {Vardanian, Ash}, title = {{USearch by Unum Cloud}}, url = {https://github.com/unum-cloud/usearch}, -version = {2.17.0}, +version = {2.17.1}, year = {2023}, month = oct, } diff --git a/VERSION b/VERSION index d76bd2ba..3f8eb714 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.17.0 +2.17.1 diff --git a/conanfile.py b/conanfile.py index 56829e24..78d72fde 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ class USearchConan(ConanFile): name = "usearch" - version = "2.17.0" + version = "2.17.1" license = "Apache-2.0" description = "Smaller & Faster Single-File Vector Search Engine from Unum" homepage = "https://github.com/unum-cloud/usearch" diff --git a/csharp/nuget/nuget-package.props b/csharp/nuget/nuget-package.props index 09bee966..e795fd92 100644 --- a/csharp/nuget/nuget-package.props +++ b/csharp/nuget/nuget-package.props @@ -1,7 +1,7 @@ - 2.17.0 + 2.17.1 Unum Unum diff --git a/include/usearch/index.hpp b/include/usearch/index.hpp index 2fccce16..2b25908a 100644 --- a/include/usearch/index.hpp +++ b/include/usearch/index.hpp @@ -9,7 +9,7 @@ #define USEARCH_VERSION_MAJOR 2 #define USEARCH_VERSION_MINOR 17 -#define USEARCH_VERSION_PATCH 0 +#define USEARCH_VERSION_PATCH 1 // Inferring C++ version // https://stackoverflow.com/a/61552074 diff --git a/java/README.md b/java/README.md index ed9e8ff7..91164931 100644 --- a/java/README.md +++ b/java/README.md @@ -6,7 +6,7 @@ cloud.unum usearch - 2.17.0 + 2.17.1 ``` diff --git a/package-lock.json b/package-lock.json index dd31de08..006a8091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "2.17.0", + "version": "2.17.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index bcbd2bee..47d995ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "2.17.0", + "version": "2.17.1", "description": "Smaller & Faster Single-File Vector Search Engine from Unum", "author": "Ash Vardanian (https://ashvardanian.com/)", "license": "Apache 2.0", diff --git a/wasmer.toml b/wasmer.toml index 608a807f..59889cba 100644 --- a/wasmer.toml +++ b/wasmer.toml @@ -1,6 +1,6 @@ [package] name = "unum/usearch" -version = "2.17.0" +version = "2.17.1" description = "Smaller & Faster Single-File Vector Search Engine from Unum" license = "Apache-2.0" readme = "README.md"