Skip to content

Commit 3fd5184

Browse files
Build: Released 2.10.1 [skip ci]
## [2.10.1](v2.10.0...v2.10.1) (2024-04-01) ### Fix * Strip shared lib extension ([9c10855](9c10855)), closes [#373](#373) ### Improve * SQLite download process ([47f94ef](47f94ef)) ### Make * `usearch.h` path ([d04f898](d04f898)) * Override OSX arch target ([aff6293](aff6293)) * Versioning releases from `main` ([27897e8](27897e8))
1 parent 0673530 commit 3fd5184

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.10.0
8+
version: 2.10.1
99
doi: 10.5281/zenodo.7949416
1010
date-released: 2023-10-22
1111
url: "https://github.com/unum-cloud/usearch"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "usearch"
3-
version = "2.10.0"
3+
version = "2.10.1"
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
@@ -432,7 +432,7 @@ doi = {10.5281/zenodo.7949416},
432432
author = {Vardanian, Ash},
433433
title = {{USearch by Unum Cloud}},
434434
url = {https://github.com/unum-cloud/usearch},
435-
version = {2.10.0},
435+
version = {2.10.1},
436436
year = {2023},
437437
month = oct,
438438
}

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.0
1+
2.10.1

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.10.0</Version>
4+
<Version Condition="'$(Version)' == ''">2.10.1</Version>
55

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

include/usearch/index.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define USEARCH_VERSION_MAJOR 2
1313
#define USEARCH_VERSION_MINOR 10
14-
#define USEARCH_VERSION_PATCH 0
14+
#define USEARCH_VERSION_PATCH 1
1515

1616
// Inferring C++ version
1717
// https://stackoverflow.com/a/61552074

package.json

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

0 commit comments

Comments
 (0)