Skip to content

Commit b9d3f1b

Browse files
committed
Bump version and update changelog.
1 parent 270c05b commit b9d3f1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.4
2+
3+
- Support for connection pooling when using memcached locks, via `with` blocks using Dalli (thanks to Lev).
4+
15
## 0.3.3
26

37
- Default TTL for keys to allow for short-lived locking keys (thanks to Ian Remillard) without leaking memory.

lib/suo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Suo
2-
VERSION = "0.3.3".freeze
2+
VERSION = "0.3.4".freeze
33
end

0 commit comments

Comments
 (0)