Skip to content

Commit

Permalink
Release 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rporrasluc committed Jan 10, 2024
1 parent e9b973a commit 4e5539f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

* Fix valid_raw_connection check

# v0.21.0

* Fixed compatibility with redis-rb 5.0.7+
Expand Down
19 changes: 4 additions & 15 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/semian/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Semian
VERSION = "0.21.0"
VERSION = "0.21.1"
end

0 comments on commit 4e5539f

Please sign in to comment.