From 6747d341ca734a1c067dcd4226d572744570ad91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Apr 2024 00:22:33 +0000 Subject: [PATCH] Build: Released 2.10.5 [skip ci] ## [2.10.5](https://github.com/unum-cloud/usearch/compare/v2.10.4...v2.10.5) (2024-04-04) ### Fix * Ensure Rust build aborts on error ([7c0095a](https://github.com/unum-cloud/usearch/commit/7c0095a1601f28334987564665a380b0ca1d91ed)) ### Make * JS CI cross compiling (#383) ([6e1356c](https://github.com/unum-cloud/usearch/commit/6e1356c83a34b6dac938099e47af0af4fc447de9)), closes [#383](https://github.com/unum-cloud/usearch/issues/383) --- 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 51636d1a..66583b4c 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.4 +version: 2.10.5 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 7ff50400..12ddd136 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "2.10.4" +version = "2.10.5" 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 770c5a74..0bc98ba8 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.4}, +version = {2.10.5}, year = {2023}, month = oct, } diff --git a/VERSION b/VERSION index b52282a1..1a285c38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.4 +2.10.5 diff --git a/csharp/nuget/nuget-package.props b/csharp/nuget/nuget-package.props index 4c401e54..adc71235 100644 --- a/csharp/nuget/nuget-package.props +++ b/csharp/nuget/nuget-package.props @@ -1,7 +1,7 @@ - 2.10.4 + 2.10.5 Unum Unum diff --git a/include/usearch/index.hpp b/include/usearch/index.hpp index 4ecf7f2b..746dc131 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 4 +#define USEARCH_VERSION_PATCH 5 // Inferring C++ version // https://stackoverflow.com/a/61552074 diff --git a/package.json b/package.json index 8218e99a..f74b488a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "2.10.4", + "version": "2.10.5", "description": "Smaller & Faster Single-File Vector Search Engine from Unum", "author": "Ash Vardanian (https://ashvardanian.com/)", "license": "Apache 2.0",