Skip to content

Commit 3964f83

Browse files
author
TinySemVer
committed
Release: v2.16.7 [skip ci]
1 parent aea9745 commit 3964f83

13 files changed

+13
-13
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Ash"
66
orcid: "https://orcid.org/0000-0002-4882-1815"
77
title: "USearch by Unum Cloud"
8-
version: 2.16.6
8+
version: 2.16.7
99
doi: 10.5281/zenodo.7949416
1010
date-released: 2023-10-22
1111
url: "https://github.com/unum-cloud/usearch"

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.1)
44
project(
55
usearch
6-
VERSION 2.16.6
6+
VERSION 2.16.7
77
LANGUAGES C CXX
88
DESCRIPTION "Smaller & Faster Single-File Vector Search Engine from Unum"
99
HOMEPAGE_URL "https://github.com/unum-cloud/usearch"

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ doi = {10.5281/zenodo.7949416},
545545
author = {Vardanian, Ash},
546546
title = {{USearch by Unum Cloud}},
547547
url = {https://github.com/unum-cloud/usearch},
548-
version = {2.16.6},
548+
version = {2.16.7},
549549
year = {2023},
550550
month = oct,
551551
}

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.6
1+
2.16.7

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class USearchConan(ConanFile):
88

99
name = "usearch"
10-
version = "2.16.6"
10+
version = "2.16.7"
1111
license = "Apache-2.0"
1212
description = "Smaller & Faster Single-File Vector Search Engine from Unum"
1313
homepage = "https://github.com/unum-cloud/usearch"

csharp/nuget/nuget-package.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<Version Condition="'$(Version)' == ''">2.16.6</Version>
4+
<Version Condition="'$(Version)' == ''">2.16.7</Version>
55

66
<Authors>Unum</Authors>
77
<Company>Unum</Company>

include/usearch/index.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#define USEARCH_VERSION_MAJOR 2
1111
#define USEARCH_VERSION_MINOR 16
12-
#define USEARCH_VERSION_PATCH 6
12+
#define USEARCH_VERSION_PATCH 7
1313

1414
// Inferring C++ version
1515
// https://stackoverflow.com/a/61552074

java/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dependency>
77
<groupId>cloud.unum</groupId>
88
<artifactId>usearch</artifactId>
9-
<version>2.16.6</version>
9+
<version>2.16.7</version>
1010
</dependency>
1111
```
1212

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "usearch",
3-
"version": "2.16.6",
3+
"version": "2.16.7",
44
"description": "Smaller & Faster Single-File Vector Search Engine from Unum",
55
"author": "Ash Vardanian (https://ashvardanian.com/)",
66
"license": "Apache 2.0",

wasmer.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unum/usearch"
3-
version = "2.16.6"
3+
version = "2.16.7"
44
description = "Smaller & Faster Single-File Vector Search Engine from Unum"
55
license = "Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)