From 2d0846b182b950872fdc48af8d9a64188df638ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 May 2023 00:53:12 +0000 Subject: [PATCH] Build: Released 0.5.1 [skip ci] ## [0.5.1](https://github.com/unum-cloud/usearch/compare/v0.5.0...v0.5.1) (2023-05-19) ### Docs * Citation file ([502e9d5](https://github.com/unum-cloud/usearch/commit/502e9d531906bd5bcdfb61f21c2052ffef88e93c)) * File capitalization ([23fa367](https://github.com/unum-cloud/usearch/commit/23fa36703c7e2d823a8c31d02fade0f36de71eb0)) ### Fix * Implicit casting on labels exports ([f29f174](https://github.com/unum-cloud/usearch/commit/f29f1747386f3670de4ed8cbcf9a8e8d4ba353d4)) ### Refactor * Alias declaration ([d615d58](https://github.com/unum-cloud/usearch/commit/d615d580c3357b71e199d249689d17d3a532a0fb)) --- Cargo.toml | 2 +- VERSION | 2 +- conanfile.py | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 53cbdf1a..bd2fbf2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "0.5.0" +version = "0.5.1" authors = ["Ashot Vardanian <1983160+ashvardanian@users.noreply.github.com>"] description = "Smaller & Faster Single-File Vector Search Engine from Unum" edition = "2021" diff --git a/VERSION b/VERSION index 8f0916f7..4b9fcbec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/conanfile.py b/conanfile.py index db43ae95..8a049136 100644 --- a/conanfile.py +++ b/conanfile.py @@ -4,7 +4,7 @@ class USearchConan(ConanFile): name = 'USearch' - version = '0.5.0' + version = '0.5.1' license = 'Apache 2.0' url = 'https://github.com/unum-cloud/usearch' description = 'Smaller & Faster Single-File Vector Search Engine from Unum' diff --git a/package.json b/package.json index d4a6a65a..e656f99f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "0.5.0", + "version": "0.5.1", "description": "Smaller & Faster Single-File Vector Search Engine from Unum", "author": "Ashot Vardanian", "license": "Apache 2.0",