Skip to content

Commit 75af659

Browse files
Build: Released 0.7.0 [skip ci]
# [0.7.0](v0.6.1...v0.7.0) (2023-05-22) ### Add * Unit test in C++ ([a9957cd](a9957cd)) ### Docs * Enable Huge Pages when profiling ([9d8b16f](9d8b16f)) * Taking the right pointer ([819c596](819c596)) ### Fix * Disallow zero threads ([74873f3](74873f3)) * Implicit casting issues in the core ([960c4df](960c4df)) * Tracking benchmark start time ([aab874c](aab874c)) ### Make * Disable unkown pragma warnings for JS/Rust ([7a25e10](7a25e10)) * Not skipping docs refresh if build succeeded ([f340260](f340260)) * Parameterizing CMake for Conan ([0d7a007](0d7a007)) ### Refactor * l2 -> l2sq ([b94af15](b94af15))
1 parent 7d16e91 commit 75af659

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

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