Skip to content

Commit c454087

Browse files
committed
New release of ua-parser and wheel
The memory gains from fixing regex rewriting (2d289cb) and performance gains from tuning atom size (3d70b37) are significant enough for a new release, and I clearly can't be arsed to implement a bunch of benchmarks, so stop waiting for that.
1 parent 3d70b37 commit c454087

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ua-parser-py/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ua-parser-rs"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
license = "Apache 2.0"
66
description = "A native accelerator for uap-python"
@@ -15,4 +15,4 @@ crate-type = ["cdylib"]
1515

1616
[dependencies]
1717
pyo3 = { version = "0.24", features = ["extension-module", "abi3", "abi3-py39"] }
18-
ua-parser = { version = "0.2.0", path = "../ua-parser" }
18+
ua-parser = { version = "0.2.1", path = "../ua-parser" }

ua-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ua-parser"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Rust implementation of the User Agent String Parser project"

0 commit comments

Comments
 (0)