Skip to content

Commit ddab0cc

Browse files
Build: Released 3.8.2 [skip ci]
## [3.8.2](v3.8.1...v3.8.2) (2024-04-19) ### Docs * Navigation improvements ([63fadff](63fadff)) * Quickstart for bindings ([52a13e3](52a13e3)), closes [#125](#125) ### Fix * `char_traits` of a constant type ([a709083](a709083)), closes [#144](#144) * Detecting VBMI2 and GFNI ([eb4c38d](eb4c38d)), closes [#137](#137)
1 parent a7512ed commit ddab0cc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.1)
22
project(
33
stringzilla
4-
VERSION 3.8.1
4+
VERSION 3.8.2
55
LANGUAGES C CXX
66
DESCRIPTION "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances"
77
HOMEPAGE_URL "https://github.com/ashvardanian/stringzilla")

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stringzilla"
3-
version = "3.8.1"
3+
version = "3.8.2"
44
authors = ["Ash Vardanian <[email protected]>"]
55
description = "Faster SIMD-accelerated string search, sorting, fingerprints, and edit distances"
66
edition = "2021"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.1
1+
3.8.2

include/stringzilla/stringzilla.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#define STRINGZILLA_VERSION_MAJOR 3
2727
#define STRINGZILLA_VERSION_MINOR 8
28-
#define STRINGZILLA_VERSION_PATCH 1
28+
#define STRINGZILLA_VERSION_PATCH 2
2929

3030
/**
3131
* @brief When set to 1, the library will include the following LibC headers: <stddef.h> and <stdint.h>.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stringzilla",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances",
55
"author": "Ash Vardanian",
66
"license": "Apache 2.0",

0 commit comments

Comments
 (0)