From 3fd51841664471fad12ef5c37f0d87e783a7c7a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Apr 2024 21:09:15 +0000 Subject: [PATCH] Build: Released 2.10.1 [skip ci] ## [2.10.1](https://github.com/unum-cloud/usearch/compare/v2.10.0...v2.10.1) (2024-04-01) ### Fix * Strip shared lib extension ([9c10855](https://github.com/unum-cloud/usearch/commit/9c10855e1c73529a295d408488efc04704e1161d)), closes [#373](https://github.com/unum-cloud/usearch/issues/373) ### Improve * SQLite download process ([47f94ef](https://github.com/unum-cloud/usearch/commit/47f94ef917c8fe7e9aab82cba98dc2e2bcb042c0)) ### Make * `usearch.h` path ([d04f898](https://github.com/unum-cloud/usearch/commit/d04f89884f1c95b2b6179ccc1843523325f26834)) * Override OSX arch target ([aff6293](https://github.com/unum-cloud/usearch/commit/aff6293e1be2250d1ca76f8307f0c6bd20e1d1f5)) * Versioning releases from `main` ([27897e8](https://github.com/unum-cloud/usearch/commit/27897e868df50c4ebacdad79fb8cd090552b3b3c)) --- CITATION.cff | 2 +- Cargo.toml | 2 +- README.md | 2 +- VERSION | 2 +- csharp/nuget/nuget-package.props | 2 +- include/usearch/index.hpp | 2 +- package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index dcad5676..bb3f9ec7 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.10.0 +version: 2.10.1 doi: 10.5281/zenodo.7949416 date-released: 2023-10-22 url: "https://github.com/unum-cloud/usearch" diff --git a/Cargo.toml b/Cargo.toml index 20d557b9..2b5902e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "2.10.0" +version = "2.10.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 25dfc5c6..c1987810 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,7 @@ doi = {10.5281/zenodo.7949416}, author = {Vardanian, Ash}, title = {{USearch by Unum Cloud}}, url = {https://github.com/unum-cloud/usearch}, -version = {2.10.0}, +version = {2.10.1}, year = {2023}, month = oct, } diff --git a/VERSION b/VERSION index 10c2c0c3..8bbb6e40 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.0 +2.10.1 diff --git a/csharp/nuget/nuget-package.props b/csharp/nuget/nuget-package.props index 5f57aa01..5307112d 100644 --- a/csharp/nuget/nuget-package.props +++ b/csharp/nuget/nuget-package.props @@ -1,7 +1,7 @@ - 2.10.0 + 2.10.1 Unum Unum diff --git a/include/usearch/index.hpp b/include/usearch/index.hpp index 9faa3d3e..ef65f9b2 100644 --- a/include/usearch/index.hpp +++ b/include/usearch/index.hpp @@ -11,7 +11,7 @@ #define USEARCH_VERSION_MAJOR 2 #define USEARCH_VERSION_MINOR 10 -#define USEARCH_VERSION_PATCH 0 +#define USEARCH_VERSION_PATCH 1 // Inferring C++ version // https://stackoverflow.com/a/61552074 diff --git a/package.json b/package.json index 503d34e9..eec786e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "2.10.0", + "version": "2.10.1", "description": "Smaller & Faster Single-File Vector Search Engine from Unum", "author": "Ash Vardanian (https://ashvardanian.com/)", "license": "Apache 2.0",