Skip to content

Commit

Permalink
Release v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opti committed Oct 21, 2022
1 parent 4a29630 commit 312c331
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# master

# 2.13.0 (2022-10-21)
* Support loading multiple database files (via #70) (@misdoro)
* Support `patterns_path` argument but deprecate `pattern_path` attribute accessor
in `UserAgentParser::Parser`
* Add new `patterns_paths` array argument `UserAgentParser::Parser` to enable loading
multiple patterns files

# 2.12.0 (2022-10-20)

* sync with https://github.com/ua-parser/uap-core/commit/dc85ab2628798538a2874dea4a9563f40a31f55a
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
user_agent_parser (2.12.0)
user_agent_parser (2.13.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion user_agent_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = 'user_agent_parser'
gem.version = '2.12.0'
gem.version = '2.13.0'

gem.authors = 'Tim Lucas'
gem.email = 't@toolmantim.com'
Expand Down

0 comments on commit 312c331

Please sign in to comment.