Skip to content

Commit

Permalink
Release version 0.6.1
Browse files Browse the repository at this point in the history
- Exposes `UserAgentParser::builder()` which allows
  disabling subparsers and unicode support to
  improve memory usage and performance when those
  features are not needed
  • Loading branch information
oceanlewis committed Jul 23, 2023
1 parent 71a5f66 commit 5b44762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uaparser"
version = "0.6.0"
version = "0.6.1"
description = "A Rust implementation of the UA Parser"
license = "MIT"
authors = ["David Lewis"]
Expand Down

0 comments on commit 5b44762

Please sign in to comment.