Skip to content

Commit

Permalink
Build: Released 3.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Apr 19, 2024
1 parent a7512ed commit ddab0cc
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)
project(
stringzilla
VERSION 3.8.1
VERSION 3.8.2
LANGUAGES C CXX
DESCRIPTION "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances"
HOMEPAGE_URL "https://github.com/ashvardanian/stringzilla")
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,6 +1,6 @@
[package]
name = "stringzilla"
version = "3.8.1"
version = "3.8.2"
authors = ["Ash Vardanian <[email protected]>"]
description = "Faster SIMD-accelerated string search, sorting, fingerprints, and edit distances"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.1
3.8.2
2 changes: 1 addition & 1 deletion include/stringzilla/stringzilla.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define STRINGZILLA_VERSION_MAJOR 3
#define STRINGZILLA_VERSION_MINOR 8
#define STRINGZILLA_VERSION_PATCH 1
#define STRINGZILLA_VERSION_PATCH 2

/**
* @brief When set to 1, the library will include the following LibC headers: <stddef.h> and <stdint.h>.
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": "stringzilla",
"version": "3.8.1",
"version": "3.8.2",
"description": "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances",
"author": "Ash Vardanian",
"license": "Apache 2.0",
Expand Down

0 comments on commit ddab0cc

Please sign in to comment.