Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Feb 8, 2023
1 parent 5313a1c commit 57d2e0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# v0.17.0

* Avoid prepending the same prefix twice to errors messages. (#423)
This mostly happens with the `redis-rb 5+` gem as it translate `redis-client` errors.
Expand Down
2 changes: 1 addition & 1 deletion 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.16.0"
VERSION = "0.17.0"
end

0 comments on commit 57d2e0d

Please sign in to comment.