We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef259f commit ae7777eCopy full SHA for ae7777e
3 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# master
2
3
+# 2.12.0 (2022-10-20)
4
+
5
* sync with https://github.com/ua-parser/uap-core/commit/dc85ab2628798538a2874dea4a9563f40a31f55a
6
+ * Memory optimization (via #104) (@casperisfine)
7
8
# 2.11.0 (2022-04-18)
9
* Make user agent versions comparable (via #68) (@misdoro)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- user_agent_parser (2.11.0)
+ user_agent_parser (2.12.0)
GEM
remote: https://rubygems.org/
user_agent_parser.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |gem|
gem.name = 'user_agent_parser'
- gem.version = '2.11.0'
+ gem.version = '2.12.0'
gem.authors = 'Tim Lucas'
gem.email = 't@toolmantim.com'
0 commit comments