mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
Bump version and update changelog.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.3.4
|
||||
|
||||
- Support for connection pooling when using memcached locks, via `with` blocks using Dalli (thanks to Lev).
|
||||
|
||||
## 0.3.3
|
||||
|
||||
- Default TTL for keys to allow for short-lived locking keys (thanks to Ian Remillard) without leaking memory.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Suo
|
||||
VERSION = "0.3.3".freeze
|
||||
VERSION = "0.3.4".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user