Skip to content

Commit

Permalink
Build: Released 4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.1](v4.1.0...v4.1.1) (2024-03-24)

### Fix

* Detecting Ice Lake ([098cd90](098cd90))

### Make

* Unused function attributes ([c85e098](c85e098))
  • Loading branch information
semantic-release-bot committed Mar 24, 2024
1 parent b86c077 commit a91f6aa
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 4.1.0
VERSION 4.1.1
LANGUAGES C CXX
DESCRIPTION
"Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm"
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 = "4.1.0"
version = "4.1.1"
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 @@
4.1.0
4.1.1
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 4
#define SIMSIMD_VERSION_MINOR 1
#define SIMSIMD_VERSION_PATCH 0
#define SIMSIMD_VERSION_PATCH 1

/**
* @brief Removes compile-time dispatching, and replaces it with runtime dispatching.
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": "4.1.0",
"version": "4.1.1",
"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 a91f6aa

Please sign in to comment.