Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.3"
".": "1.10.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.10.0](https://github.com/beam-community/ua_parser/compare/v1.9.3...v1.10.0) (2025-12-09)


### Features

* 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))


### Bug Fixes

* Manifest version and config ([e038b1c](https://github.com/beam-community/ua_parser/commit/e038b1c86f8a6d6dcdbe2966841278693d0a6cdf))

## [1.9.3](https://github.com/beam-community/ua_parser/compare/v1.9.2...v1.9.3) (2025-06-10)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do
def project do
[
app: :ua_parser,
version: "1.9.3",
version: "1.10.0",
elixir: "~> 1.13",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down