mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
update changelog & version
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
- Monotonic clock for locks, avoiding issues with DST (thanks @doits)
|
||||||
|
- Pooled connection support (thanks @mlarraz)
|
||||||
|
- Switch to Github actions for tests (thanks @mlarraz)
|
||||||
|
- Update supported Ruby versions (thanks @mlarraz & @pat)
|
||||||
|
|
||||||
## 0.3.4
|
## 0.3.4
|
||||||
|
|
||||||
- Support for connection pooling when using memcached locks, via `with` blocks using Dalli (thanks to Lev).
|
- Support for connection pooling when using memcached locks, via `with` blocks using Dalli (thanks to Lev).
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Suo
|
module Suo
|
||||||
VERSION = "0.3.4".freeze
|
VERSION = "0.4.0".freeze
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user