We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6eb4e commit 65cae9aCopy full SHA for 65cae9a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.4.0
2
+
3
+- Monotonic clock for locks, avoiding issues with DST (thanks @doits)
4
+- Pooled connection support (thanks @mlarraz)
5
+- Switch to Github actions for tests (thanks @mlarraz)
6
+- Update supported Ruby versions (thanks @mlarraz & @pat)
7
8
## 0.3.4
9
10
- Support for connection pooling when using memcached locks, via `with` blocks using Dalli (thanks to Lev).
lib/suo/version.rb
@@ -1,3 +1,3 @@
module Suo
- VERSION = "0.3.4".freeze
+ VERSION = "0.4.0".freeze
end
0 commit comments