We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a226f commit 37be5aeCopy full SHA for 37be5ae
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.3
2
+
3
+- Properly throw Suo::LockClientError when the connection itself fails (Memcache server not reachable, etc.)
4
5
## 0.1.2
6
7
- Fix retry_timeout to properly use the full time (was being calculated incorrectly).
lib/suo/version.rb
@@ -1,3 +1,3 @@
module Suo
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
end
0 commit comments