Skip to content

Commit 3de9400

Browse files
committed
chore(main): release 1.10.0
1 parent c254b18 commit 3de9400

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.3"
2+
".": "1.10.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.10.0](https://github.com/beam-community/ua_parser/compare/v1.9.3...v1.10.0) (2025-12-09)
4+
5+
6+
### Features
7+
8+
* Use persistent_term to store patterns in memory ([#130](https://github.com/beam-community/ua_parser/issues/130)) ([c254b18](https://github.com/beam-community/ua_parser/commit/c254b18ea7e0a2af3f706f0be81f309d0c10ccb2))
9+
10+
11+
### Bug Fixes
12+
13+
* Manifest version and config ([e038b1c](https://github.com/beam-community/ua_parser/commit/e038b1c86f8a6d6dcdbe2966841278693d0a6cdf))
14+
315
## [1.9.3](https://github.com/beam-community/ua_parser/compare/v1.9.2...v1.9.3) (2025-06-10)
416

517

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do
66
def project do
77
[
88
app: :ua_parser,
9-
version: "1.9.3",
9+
version: "1.10.0",
1010
elixir: "~> 1.13",
1111
build_embedded: Mix.env() == :prod,
1212
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)