Skip to content

Commit 4e5539f

Browse files
committed
Release 0.21.1
1 parent e9b973a commit 4e5539f

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
* Fix valid_raw_connection check
4+
35
# v0.21.0
46

57
* Fixed compatibility with redis-rb 5.0.7+

Diff for: Gemfile.lock

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

Diff for: 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.21.0"
4+
VERSION = "0.21.1"
55
end

0 commit comments

Comments
 (0)