Skip to content

Commit

Permalink
Build: Released 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.2...v4.3.0) (2024-04-08)

### Add

* `toBinary` for JavaScript ([1f1fd3a](1f1fd3a))

### Improve

* Procedural Rust benchmarks ([e01ec6c](e01ec6c))
* Unrolled Rust benchmarks (#108) ([508e7a0](508e7a0)), closes [#108](#108)
  • Loading branch information
semantic-release-bot committed Apr 8, 2024
1 parent dbfe5cd commit faacb1c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.2.2
VERSION 4.3.0
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.2.2"
version = "4.3.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Ash Vardanian <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.2
4.3.0
4 changes: 2 additions & 2 deletions include/simsimd/simsimd.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#define SIMSIMD_H

#define SIMSIMD_VERSION_MAJOR 4
#define SIMSIMD_VERSION_MINOR 2
#define SIMSIMD_VERSION_PATCH 2
#define SIMSIMD_VERSION_MINOR 3
#define SIMSIMD_VERSION_PATCH 0

/**
* @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.2.2",
"version": "4.3.0",
"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 faacb1c

Please sign in to comment.