Skip to content

Commit b8375a4

Browse files
committed
bump: version 0.30.1 → 0.31.0
1 parent faf5da4 commit b8375a4

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
commitizen:
22
name: cz_conventional_commits
33
tag_format: v$version
4-
version: 0.30.1
4+
version: 0.31.0

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,44 @@ v0.28
2222

2323
- moved bmemcached.Client to bmemcached.ReplicantClient *but keeps backward compatibility*
2424
- added DistributedClient to distribute keys over servers using consistent hashing
25+
## v0.31.0 (2021-12-28)
26+
27+
### Refactor
28+
29+
- Use bytearrays for building up bytes for I/O. (#245)
30+
31+
### Feat
32+
33+
- Expose incr/decr `default` and `time` protocol arguments in client class (#243)
34+
35+
## v0.30.1 (2020-10-11)
36+
37+
## v0.30.0 (2020-08-18)
38+
39+
## v0.30 (2020-06-10)
40+
41+
## v0.29.0 (2020-01-29)
42+
43+
## v0.28.0 (2018-10-02)
44+
45+
## v0.27.0 (2018-08-10)
46+
47+
## 0.26.1 (2017-07-18)
48+
49+
## 0.26.0 (2017-01-13)
50+
51+
## 0.25.0 (2016-12-15)
52+
53+
## 0.24.7 (2016-11-08)
54+
55+
## 0.24.2 (2014-05-27)
56+
57+
## 0.24.1 (2014-05-20)
58+
59+
## 0.24 (2014-04-28)
60+
61+
## 0.23 (2014-04-18)
62+
63+
## v0.18 (2013-05-06)
64+
65+
## v0.17 (2013-04-15)

0 commit comments

Comments
 (0)