From b878f4182c95d473acc31efc46876925dbaf88d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Feb 2024 01:34:52 +0000 Subject: [PATCH] Build: Released 2.9.1 [skip ci] ## [2.9.1](https://github.com/unum-cloud/usearch/compare/v2.9.0...v2.9.1) (2024-02-27) ### Fix * Explicit narrowing conversions ([25436ae](https://github.com/unum-cloud/usearch/commit/25436ae61d125930530eefffc79e63d294ab256d)) * Match enum values between C and C# ([4a69086](https://github.com/unum-cloud/usearch/commit/4a69086a939863638122320ec6dfe2c3de6b78e4)) * Recovering quantization settings in `load` ([fd53619](https://github.com/unum-cloud/usearch/commit/fd536195c59ea32b95b7b5a732d6f5a5fdff589b)), closes [#353](https://github.com/unum-cloud/usearch/issues/353) [#343](https://github.com/unum-cloud/usearch/issues/343) * wildcard ES module imports (#351) ([d5091ac](https://github.com/unum-cloud/usearch/commit/d5091ac4ddc16492b752d99503f45416da05fb86)), closes [#351](https://github.com/unum-cloud/usearch/issues/351) ### Improve * Report missing arguments in debug builds ([ce5bbaf](https://github.com/unum-cloud/usearch/commit/ce5bbaf10b20bde4d98fb47dc1ddb0d5417783fe)) * Test reopening index ([24be07b](https://github.com/unum-cloud/usearch/commit/24be07b9a8ef1a1c2b37d69853ca1a52cf886883)) ### Make * Clean-up the C# dir ([70d646c](https://github.com/unum-cloud/usearch/commit/70d646c2e4332a90d6fbeea132c618e9dde663e6)) * invalid C++17 Clang arg ([23684aa](https://github.com/unum-cloud/usearch/commit/23684aa48ec34a45e8f8ca7048b38df0661439c5)) --- 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 f5032dbf..8c4f67bc 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.9.0 +version: 2.9.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 0ebbb535..3b3d32b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "2.9.0" +version = "2.9.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 579eb2fc..eb8e7847 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ doi = {10.5281/zenodo.7949416}, author = {Vardanian, Ash}, title = {{USearch by Unum Cloud}}, url = {https://github.com/unum-cloud/usearch}, -version = {2.9.0}, +version = {2.9.1}, year = {2023}, month = oct, } diff --git a/VERSION b/VERSION index c8e38b61..dedcc7d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.0 +2.9.1 diff --git a/conanfile.py b/conanfile.py index 084144db..2012db18 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ class USearchConan(ConanFile): name = "usearch" - version = '2.9.0' + version = '2.9.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 d7399a40..7a7289cf 100644 --- a/csharp/nuget/nuget-package.props +++ b/csharp/nuget/nuget-package.props @@ -1,7 +1,7 @@ - 2.9.0 + 2.9.1 Unum Unum diff --git a/include/usearch/index.hpp b/include/usearch/index.hpp index 7c99a8b0..4fa46b29 100644 --- a/include/usearch/index.hpp +++ b/include/usearch/index.hpp @@ -11,7 +11,7 @@ #define USEARCH_VERSION_MAJOR 2 #define USEARCH_VERSION_MINOR 9 -#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 eefbe03b..108e3069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "2.9.0", + "version": "2.9.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 feff1a00..f8071da8 100644 --- a/wasmer.toml +++ b/wasmer.toml @@ -1,6 +1,6 @@ [package] name="unum/usearch" -version="2.9.0" +version="2.9.1" description="Smaller & Faster Single-File Vector Search Engine from Unum" license="Apache-2.0" readme="README.md"