Skip to content

Commit 936f81f

Browse files
Build: Released 0.6.1 [skip ci]
## [0.6.1](v0.6.0...v0.6.1) (2023-05-22) ### Build * Add NumPy dependency for CIBuildWheel ([eadfd09](eadfd09)) * Fine-grained permissions for uploads ([14ef75e](14ef75e)) * Require NumPy for PyTest ([fd16f5f](fd16f5f)) ### Docs * Grouping commands by OS ([adda830](adda830)) ### Make * Upload docs without separate releases ([c294a90](c294a90)) ### Refactor * Metric names and "punned" API qualifiers ([239f620](239f620)) * Move file to "punned.hpp" path ([c5e7639](c5e7639)) * Rename class to "punned" ([3c16bcd](3c16bcd))
1 parent c294a90 commit 936f81f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "usearch"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Ashot Vardanian <[email protected]>"]
55
description = "Smaller & Faster Single-File Vector Search Engine from Unum"
66
edition = "2021"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class USearchConan(ConanFile):
55

66
name = 'USearch'
7-
version = '0.6.0'
7+
version = '0.6.1'
88
license = 'Apache 2.0'
99
url = 'https://github.com/unum-cloud/usearch'
1010
description = 'Smaller & Faster Single-File Vector Search Engine from Unum'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "usearch",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Smaller & Faster Single-File Vector Search Engine from Unum",
55
"author": "Ashot Vardanian",
66
"license": "Apache 2.0",

0 commit comments

Comments
 (0)