Skip to content

Commit

Permalink
Release: v6.3.1 [skip ci]
Browse files Browse the repository at this point in the history
### Patch

- Make: Update `release.yml` for Arm (d8c6f40)
- Make: Use official Docker repo (48d39e3)
- Make: Remove conflicting `containerd` on Arm (41e02f9)
- Make: Install Docker on Aarch64 (636a22d)
- Make: Avoid `extras` repo in `yum` on Aarch64 (aa5aced)
- Fix: Wrong variable used in l2sq_bf16_sve (c26008b)
- Make: Resolve Windows build conflicts (8e50840)
  • Loading branch information
TinySemVer committed Feb 5, 2025
1 parent b3af244 commit 3f224c3
Show file tree
Hide file tree
Showing 6 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 6.3.0
VERSION 6.3.1
LANGUAGES C CXX
DESCRIPTION "Portable mixed-precision BLAS-like vector math library for x86 and ARM"
HOMEPAGE_URL "https://github.com/ashvardanian/simsimd"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "Portable mixed-precision BLAS-like vector math library for x86 and ARM"
version = "6.3.0"
version = "6.3.1"
edition = "2021"
license = "Apache-2.0"
authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
6.3.1
2 changes: 1 addition & 1 deletion include/simsimd/simsimd.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

#define SIMSIMD_VERSION_MAJOR 6
#define SIMSIMD_VERSION_MINOR 3
#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": "6.3.0",
"version": "6.3.1",
"description": "Portable mixed-precision BLAS-like vector math library for x86 and ARM",
"homepage": "https://github.com/ashvardanian/simsimd",
"author": "Ash Vardanian",
Expand Down

0 comments on commit 3f224c3

Please sign in to comment.