From 08efa8876806366928d6207b93f6d5cf8cbc0e7e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 May 2023 06:01:01 +0000 Subject: [PATCH] Build: Released 0.6.0 [skip ci] # [0.6.0](https://github.com/unum-cloud/usearch/compare/v0.5.1...v0.6.0) (2023-05-22) ### Add * Dirty ASCII tricks to put vectors in JSONs ([d41798d](https://github.com/unum-cloud/usearch/commit/d41798d2fda73970b098438c6ef693948773c9c4)) * Dirty hack for ASCII vectors exchange ([1e7ce04](https://github.com/unum-cloud/usearch/commit/1e7ce044f41eb147f6215b2695eafde88ef40bad)) ### Build * Deploying Docs to Pages and Vercel ([95c6382](https://github.com/unum-cloud/usearch/commit/95c6382adaddb38bde8e35e38f6b1002f07b5245)) * Enable Pytohon tests on merge ([5678ba8](https://github.com/unum-cloud/usearch/commit/5678ba83777e1b1862c71669c7d575c169cf6740)) * Pulling compiled docs ([07ac124](https://github.com/unum-cloud/usearch/commit/07ac1247ba6b11f66ae54a0971646858eff7cccf)) ### Fix * Get values from Response to return. ([c7ff18e](https://github.com/unum-cloud/usearch/commit/c7ff18e8638e66dbc3602173e0cf4fbb7957cf12)) * np.ndarray is the type for numpy array. ([3a1c8c3](https://github.com/unum-cloud/usearch/commit/3a1c8c3295fd5dba53229eecc0be94a65c7f7739)) ### Refactor * Explicit casting to Python types ([e0ebd4d](https://github.com/unum-cloud/usearch/commit/e0ebd4d31e7fae47072bd75597016e678310b2cb)) * Remove redaundant step in build_wheels ([d98991d](https://github.com/unum-cloud/usearch/commit/d98991d78e2b4757b80bc41b7d48157c165c50ed)) --- 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 bd2fbf2c..03137070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "0.5.1" +version = "0.6.0" 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 4b9fcbec..a918a2aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.6.0 diff --git a/conanfile.py b/conanfile.py index 8a049136..6088da4a 100644 --- a/conanfile.py +++ b/conanfile.py @@ -4,7 +4,7 @@ class USearchConan(ConanFile): name = 'USearch' - version = '0.5.1' + version = '0.6.0' 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 e656f99f..fe5b0963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "0.5.1", + "version": "0.6.0", "description": "Smaller & Faster Single-File Vector Search Engine from Unum", "author": "Ashot Vardanian", "license": "Apache 2.0",