Skip to content

Commit 3d60b4d

Browse files
author
TinySemVer
committed
Release: v1.8.1 [skip ci]
### Patch - Fix: Missing Pola.rs features (3ceadb5) - Improve: Criterion's new `ElementsAndBytes` (dd56e11) - Make: Group by workload (c9eef42)
1 parent 3ceadb5 commit 3d60b4d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.8.0"
3+
version = "1.8.1"
44
edition = "2021"
55
authors = ["Ash Vardanian <1983160+ashvardanian@users.noreply.github.com>"]
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.8.0
1+
1.8.1

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.8.0"
3+
version = "1.8.1"
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)