Skip to content

Commit

Permalink
Build: Released 3.7.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.7.3](v3.7.2...v3.7.3) (2024-04-10)

### Make

* Improved Rust packaging ([1e927b7](1e927b7))
  • Loading branch information
semantic-release-bot committed Apr 10, 2024
1 parent 1e927b7 commit 1a4b05d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)
project(
stringzilla
VERSION 3.7.2
VERSION 3.7.3
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
@@ -1,6 +1,6 @@
[package]
name = "stringzilla"
version = "3.7.2"
version = "3.7.3"
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
@@ -1 +1 @@
3.7.2
3.7.3
2 changes: 1 addition & 1 deletion include/stringzilla/stringzilla.h
Expand Up @@ -25,7 +25,7 @@

#define STRINGZILLA_VERSION_MAJOR 3
#define STRINGZILLA_VERSION_MINOR 7
#define STRINGZILLA_VERSION_PATCH 2
#define STRINGZILLA_VERSION_PATCH 3

/**
* @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
@@ -1,6 +1,6 @@
{
"name": "stringzilla",
"version": "3.7.2",
"version": "3.7.3",
"description": "SIMD-accelerated string search, sort, hashes, fingerprints, & edit distances",
"author": "Ash Vardanian",
"license": "Apache 2.0",
Expand Down

0 comments on commit 1a4b05d

Please sign in to comment.