Skip to content

Commit

Permalink
Build: Released 3.7.6 [skip ci]
Browse files Browse the repository at this point in the history
## [3.7.6](v3.7.5...v3.7.6) (2024-02-11)

### Make

* Don't download Google Benchmark by default ([0d14000](0d14000))
* Extend Rust package metadata ([6f85161](6f85161))
* Remove redundant file ([352cfe8](352cfe8))
  • Loading branch information
semantic-release-bot committed Feb 11, 2024
1 parent b8a1eb3 commit 9b42919
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(
simsimd
VERSION 3.7.5
VERSION 3.7.6
LANGUAGES C CXX
DESCRIPTION "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm"
HOMEPAGE_URL "https://github.com/ashvardanian/simsimd")
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "simsimd"
description = "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm"
version = "3.7.5"
version = "3.7.6"
edition = "2021"
license = "Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.5
3.7.6
2 changes: 1 addition & 1 deletion include/simsimd/simsimd.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#define SIMSIMD_VERSION_MAJOR 3
#define SIMSIMD_VERSION_MINOR 7
#define SIMSIMD_VERSION_PATCH 5
#define SIMSIMD_VERSION_PATCH 6

#include "binary.h" // Hamming, Jaccard
#include "probability.h" // Kullback-Leibler, Jensen–Shannon
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simsimd",
"version": "3.7.5",
"version": "3.7.6",
"description": "Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm",
"homepage": "https://github.com/ashvardanian/simsimd",
"author": "Ash Vardanian",
Expand Down

0 comments on commit 9b42919

Please sign in to comment.