Skip to content

Commit ae7777e

Browse files
committed
Release v2.12.0
1 parent cef259f commit ae7777e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# master
22

3+
# 2.12.0 (2022-10-20)
4+
35
* sync with https://github.com/ua-parser/uap-core/commit/dc85ab2628798538a2874dea4a9563f40a31f55a
6+
* Memory optimization (via #104) (@casperisfine)
47

58
# 2.11.0 (2022-04-18)
69
* Make user agent versions comparable (via #68) (@misdoro)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
user_agent_parser (2.11.0)
4+
user_agent_parser (2.12.0)
55

66
GEM
77
remote: https://rubygems.org/

user_agent_parser.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |gem|
44
gem.name = 'user_agent_parser'
5-
gem.version = '2.11.0'
5+
gem.version = '2.12.0'
66

77
gem.authors = 'Tim Lucas'
88
gem.email = 't@toolmantim.com'

0 commit comments

Comments
 (0)