Skip to content

Commit 1ef3334

Browse files
author
TinySemVer
committed
Release: v1.2.0 [skip ci]
### Minor - Add: `rust-bio` comparison (6b98ebd) - Add: Mem-op benchmarks vs `std::ptr` (2b2ce46) - Add: Collision estimates for stateless hashes (03a626f) ### Patch - Make: Bump dependencies (8c421c5) - Docs: Project metadata & links (26c955c) - Fix: Avoid unused warnings (4214560) - Fix: Include group name in `should_run` checks (46c5c85)
1 parent 6b98ebd commit 1ef3334

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.1.4"
3+
version = "1.2.0"
44
edition = "2018"
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.1.4
1+
1.2.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.1.4"
3+
version = "1.2.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)