From f929eee4a4f26b252ba0189010d2a6e835194ddb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Mar 2024 23:45:50 +0000 Subject: [PATCH] Build: Released 3.6.7 [skip ci] ## [3.6.7](https://github.com/ashvardanian/stringzilla/compare/v3.6.6...v3.6.7) (2024-03-17) ### Improve * Matching 8 newline kinds in Py ([ca3a410](https://github.com/ashvardanian/stringzilla/commit/ca3a410e1c90c27baf1a9d5e57711eda18dd374a)) ### Make * Cleaner cross-compilation with LLVM ([4c42c8e](https://github.com/ashvardanian/stringzilla/commit/4c42c8e0c437c8db4fae0472d3cd2b2d59fc71b9)) * Cross-compilation ([8cf1a4c](https://github.com/ashvardanian/stringzilla/commit/8cf1a4c2cda9589e8b5dd4e82ab61fc03700f02f)) --- CMakeLists.txt | 2 +- Cargo.toml | 2 +- VERSION | 2 +- include/stringzilla/stringzilla.h | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0962e2ae..2f1b11d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project( stringzilla - VERSION 3.6.6 + VERSION 3.6.7 LANGUAGES C CXX DESCRIPTION "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances" HOMEPAGE_URL "https://github.com/ashvardanian/stringzilla") diff --git a/Cargo.toml b/Cargo.toml index 9588f1e8..e31e06bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stringzilla" -version = "3.6.6" +version = "3.6.7" 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 4f2c1d15..5b341314 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.6 +3.6.7 diff --git a/include/stringzilla/stringzilla.h b/include/stringzilla/stringzilla.h index de6ebeea..9ec86112 100644 --- a/include/stringzilla/stringzilla.h +++ b/include/stringzilla/stringzilla.h @@ -25,7 +25,7 @@ #define STRINGZILLA_VERSION_MAJOR 3 #define STRINGZILLA_VERSION_MINOR 6 -#define STRINGZILLA_VERSION_PATCH 6 +#define STRINGZILLA_VERSION_PATCH 7 /** * @brief When set to 1, the library will include the following LibC headers: and . diff --git a/package.json b/package.json index daa43d0e..672d66af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stringzilla", - "version": "3.6.6", + "version": "3.6.7", "description": "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances", "author": "Ash Vardanian", "license": "Apache 2.0",