Skip to content

Commit 65cae9a

Browse files
committed
update changelog & version
1 parent 6b6eb4e commit 65cae9a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 0.3.4
29

310
- Support for connection pooling when using memcached locks, via `with` blocks using Dalli (thanks to Lev).

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.3.4".freeze
2+
VERSION = "0.4.0".freeze
33
end

0 commit comments

Comments
 (0)