Skip to content

Commit

Permalink
Build: Released 3.6.6 [skip ci]
Browse files Browse the repository at this point in the history
## [3.6.6](v3.6.5...v3.6.6) (2024-03-17)

### Make

* SSH `StrictHostKeyChecking` ([d873d50](d873d50))
  • Loading branch information
semantic-release-bot committed Mar 17, 2024
1 parent 5b4701c commit c9928c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.6.5
VERSION 3.6.6
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.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stringzilla"
version = "3.6.5"
version = "3.6.6"
authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"]
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.6.5
3.6.6
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 6
#define STRINGZILLA_VERSION_PATCH 5
#define STRINGZILLA_VERSION_PATCH 6

/**
* @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.6.5",
"version": "3.6.6",
"description": "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances",
"author": "Ash Vardanian",
"license": "Apache 2.0",
Expand Down

0 comments on commit c9928c2

Please sign in to comment.