From c6d471f7e96c2eed501383a8160100a60e63d3d7 Mon Sep 17 00:00:00 2001 From: TinySemVer Date: Sat, 9 Nov 2024 16:36:57 +0000 Subject: [PATCH] Release: v3.10.9 [skip ci] --- CMakeLists.txt | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- VERSION | 2 +- include/stringzilla/stringzilla.h | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4e5299..1cfe806 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project( stringzilla - VERSION 3.10.8 + VERSION 3.10.9 LANGUAGES C CXX DESCRIPTION "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances" HOMEPAGE_URL "https://github.com/ashvardanian/stringzilla") diff --git a/Cargo.lock b/Cargo.lock index d3a01b6..7d92adf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" [[package]] name = "stringzilla" -version = "3.10.8" +version = "3.10.9" dependencies = [ "cc", ] diff --git a/Cargo.toml b/Cargo.toml index 2b7f581..f8bfab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stringzilla" -version = "3.10.8" +version = "3.10.9" authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"] description = "Faster SIMD-accelerated string search, sorting, fingerprints, and edit distances" edition = "2021" diff --git a/VERSION b/VERSION index 36435ac..54c5196 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.8 +3.10.9 diff --git a/include/stringzilla/stringzilla.h b/include/stringzilla/stringzilla.h index fe13b1b..66e8684 100644 --- a/include/stringzilla/stringzilla.h +++ b/include/stringzilla/stringzilla.h @@ -25,7 +25,7 @@ #define STRINGZILLA_VERSION_MAJOR 3 #define STRINGZILLA_VERSION_MINOR 10 -#define STRINGZILLA_VERSION_PATCH 8 +#define STRINGZILLA_VERSION_PATCH 9 /** * @brief When set to 1, the library will include the following LibC headers: and . diff --git a/package.json b/package.json index 2ff35d8..d0405b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stringzilla", - "version": "3.10.8", + "version": "3.10.9", "description": "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances", "author": "Ash Vardanian", "license": "Apache 2.0",