Skip to content

Commit fa7d4b3

Browse files
Build: Released 0.9.4 [skip ci]
## [0.9.4](v0.9.3...v0.9.4) (2023-05-25) ### Fix * Support 4-byte words for WinAPI atomics ([fc8a631](fc8a631)) ### Make * Skip 32-bit windows builds ([8dbc206](8dbc206))
1 parent 73bda31 commit fa7d4b3

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.9.3"
3+
version = "0.9.4"
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.9.3
1+
0.9.4

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.9.3'
7+
version = '0.9.4'
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.9.3",
3+
"version": "0.9.4",
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)