Skip to content

Commit 37be5ae

Browse files
committed
bump version, update changelog
1 parent a1a226f commit 37be5ae

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.1.3
2+
3+
- Properly throw Suo::LockClientError when the connection itself fails (Memcache server not reachable, etc.)
4+
15
## 0.1.2
26

37
- Fix retry_timeout to properly use the full time (was being calculated incorrectly).

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.1.2"
2+
VERSION = "0.1.3"
33
end

0 commit comments

Comments
 (0)