Skip to content

Commit

Permalink
Prepare for version 3.2.5 (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored Jun 13, 2023
1 parent c01d410 commit 43baad2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Dalli Changelog
Unreleased
==========


3.2.5
==========

- Better handle memcached requests being interrupted by Thread#raise or Thread#kill (byroot)
- Unexpected errors are no longer treated as `Dalli::NetworkError`, including errors raised by `Timeout.timeout` (byroot)

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

module Dalli
VERSION = '3.2.4'
VERSION = '3.2.5'

MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
end

0 comments on commit 43baad2

Please sign in to comment.