Skip to content

Commit 4bb18fa

Browse files
author
TinySemVer
committed
Release: v1.5.0 [skip ci]
### Minor - Add: Encryption benchmarks (9c94576) ### Patch - Docs: Encryption/Decryption results on SPR (9f44178) - Docs: Clang and SSL sys requirements (b63d7d7) - Docs: `cURL` vs `wget` (abafedd) - Docs: Links to "HashEvals" and "StringWars" (be5c927) - Docs: Measuring fingerprint quality (b393b8e)
1 parent 9f44178 commit 4bb18fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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 = "stringwars"
3-
version = "1.4.2"
3+
version = "1.5.0"
44
edition = "2021"
55
authors = ["Ash Vardanian <[email protected]>"]
66
description = "Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Rust 🦀"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.5.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stringwars"
3-
version = "1.4.2"
3+
version = "1.5.0"
44
description = "Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Python 🐍"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)