Skip to content

Commit 00073a5

Browse files
author
TinySemVer
committed
Release: v1.6.0 [skip ci]
### Minor - Add: UTF-8 Processing benchmarks (d519c74) ### Patch - Make: Use `icu` for Unicode parsing (789a69d) - Docs: UTF-8 language-specific datasets (0a93238)
1 parent 55b16f8 commit 00073a5

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.5.0"
3+
version = "1.6.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.5.0
1+
1.6.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.5.0"
3+
version = "1.6.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)