File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.9.1] ( https://github.com/beam-community/ua_parser/compare/v1.9.0...v1.9.1 ) (2024-12-21)
4+
5+
6+ ### Bug Fixes
7+
8+ * resolve warning in Elixir 1.18 ([ #93 ] ( https://github.com/beam-community/ua_parser/issues/93 ) ) ([ d674d47] ( https://github.com/beam-community/ua_parser/commit/d674d47dccd7f4b0c306c7a379cd8aece2ddf345 ) )
9+
310## [ 1.9.0] ( https://github.com/beam-community/ua_parser/compare/v1.8.0...v1.9.0 ) (2024-06-25)
411
512
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule UAParser.Mixfile do
66 def project do
77 [
88 app: :ua_parser ,
9- version: "1.9.0 " ,
9+ version: "1.9.1 " ,
1010 elixir: "~> 1.13" ,
1111 build_embedded: Mix . env ( ) == :prod ,
1212 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments