Skip to content

Commit a5176f1

Browse files
author
TinySemVer
committed
Release: v3.12.3 [skip ci]
### Patch - Improve: C++ Lifetime bounds (caf5650)
1 parent caf5650 commit a5176f1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CMakeLists.txt

+1-1
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.12.2
4+
VERSION 3.12.3
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.2
1+
3.12.3

include/stringzilla/stringzilla.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stringzilla",
3-
"version": "3.12.2",
3+
"version": "3.12.3",
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)