Skip to content

Commit

Permalink
Prepare for 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Sep 25, 2023
1 parent 868f7a7 commit 33d4664
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- '2.6'
- jruby-9.3
- jruby-9.4
memcached-version: ['1.5.22', '1.6.20']
memcached-version: ['1.5.22', '1.6.21']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Dalli Changelog
Unreleased
==========

3.2.6
==========

- Rescue IO::TimeoutError raised by Ruby since 3.2.0 on blocking reads/writes (skaes)
- Fix rubydoc link (JuanitoFatas)

3.2.5
==========
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.5'
VERSION = '3.2.6'

MIN_SUPPORTED_MEMCACHED_VERSION = '1.4'
end

0 comments on commit 33d4664

Please sign in to comment.