Skip to content

Commit 642106a

Browse files
authored
Release 0.20.1 (#509)
1 parent fd68b11 commit 642106a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# v0.20.1
4+
5+
* More efficient activerecord_trilogy_adapter and mysql2_adapter regex. (#508, #510)
6+
37
# v0.20.0
48

59
* Ensure Active Record Trilogy adapter handles AdapterTimeout and ConnectionFailed exceptions. (#497)

Gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/semian/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Semian
4-
VERSION = "0.20.0"
4+
VERSION = "0.20.1"
55
end

0 commit comments

Comments
 (0)