From 104242d6e5d360b4e312999fc080897a09b69084 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 6 Nov 2023 01:12:54 +0000 Subject: [PATCH] Build: Released 2.8.4 [skip ci] ## [2.8.4](https://github.com/unum-cloud/usearch/compare/v2.8.3...v2.8.4) (2023-11-06) ### Docs * Clustering in C++ API ([3e13d40](https://github.com/unum-cloud/usearch/commit/3e13d40315c2128185374bec93a9b8d8de0df1a9)), closes [#296](https://github.com/unum-cloud/usearch/issues/296) * Missing Python import (#299) ([5821bcf](https://github.com/unum-cloud/usearch/commit/5821bcf8d19e476bb99da060455754dcc25e380a)), closes [#299](https://github.com/unum-cloud/usearch/issues/299) * Preview upcoming benchmarks ([299aaf2](https://github.com/unum-cloud/usearch/commit/299aaf24ab735deb93f060052b0769ab9dc6c686)) * Reorganize contribution guide ([344c8b4](https://github.com/unum-cloud/usearch/commit/344c8b4023d5c6c9703d5bc9ce650bf8d9bc99af)) ### Make * Upgrade SimSIMD ([75422d8](https://github.com/unum-cloud/usearch/commit/75422d89b170a25bd993331164c3d5aa5c15992b)) --- CITATION.cff | 2 +- Cargo.toml | 2 +- README.md | 2 +- VERSION | 2 +- conanfile.py | 2 +- csharp/nuget/nuget-package.props | 2 +- include/usearch/index.hpp | 2 +- package.json | 2 +- wasmer.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4adfaed1..7a2686f3 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.8.3 +version: 2.8.4 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 bf7f8a3c..0f5ae788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "2.8.3" +version = "2.8.4" 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 ce887d59..ddf160e0 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ doi = {10.5281/zenodo.7949416}, author = {Vardanian, Ash}, title = {{USearch by Unum Cloud}}, url = {https://github.com/unum-cloud/usearch}, -version = {2.8.3}, +version = {2.8.4}, year = {2023}, month = oct, } diff --git a/VERSION b/VERSION index 9f8d8a91..2701a226 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.3 +2.8.4 diff --git a/conanfile.py b/conanfile.py index a30d7523..0870d57f 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ class USearchConan(ConanFile): name = "usearch" - version = '2.8.3' + version = '2.8.4' 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 03b124d5..4a87f1b8 100644 --- a/csharp/nuget/nuget-package.props +++ b/csharp/nuget/nuget-package.props @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Project> <PropertyGroup> - <Version Condition="'$(Version)' == ''">2.8.3</Version> + <Version Condition="'$(Version)' == ''">2.8.4</Version> <Authors>Unum</Authors> <Company>Unum</Company> diff --git a/include/usearch/index.hpp b/include/usearch/index.hpp index 34f1e81d..d0ee7f5d 100644 --- a/include/usearch/index.hpp +++ b/include/usearch/index.hpp @@ -11,7 +11,7 @@ #define USEARCH_VERSION_MAJOR 2 #define USEARCH_VERSION_MINOR 8 -#define USEARCH_VERSION_PATCH 3 +#define USEARCH_VERSION_PATCH 4 // Inferring C++ version // https://stackoverflow.com/a/61552074 diff --git a/package.json b/package.json index b89c38f3..c2a91c7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "2.8.3", + "version": "2.8.4", "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 3550ec60..de8b8cbf 100644 --- a/wasmer.toml +++ b/wasmer.toml @@ -1,6 +1,6 @@ [package] name="unum/usearch" -version="2.8.3" +version="2.8.4" description="Smaller & Faster Single-File Vector Search Engine from Unum" license="Apache-2.0" readme="README.md"