Skip to content

Commit

Permalink
bump: version 0.30.1 → 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Dec 28, 2021
1 parent faf5da4 commit b8375a4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commitizen:
name: cz_conventional_commits
tag_format: v$version
version: 0.30.1
version: 0.31.0
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,44 @@ v0.28

- moved bmemcached.Client to bmemcached.ReplicantClient *but keeps backward compatibility*
- added DistributedClient to distribute keys over servers using consistent hashing
## v0.31.0 (2021-12-28)

### Refactor

- Use bytearrays for building up bytes for I/O. (#245)

### Feat

- Expose incr/decr `default` and `time` protocol arguments in client class (#243)

## v0.30.1 (2020-10-11)

## v0.30.0 (2020-08-18)

## v0.30 (2020-06-10)

## v0.29.0 (2020-01-29)

## v0.28.0 (2018-10-02)

## v0.27.0 (2018-08-10)

## 0.26.1 (2017-07-18)

## 0.26.0 (2017-01-13)

## 0.25.0 (2016-12-15)

## 0.24.7 (2016-11-08)

## 0.24.2 (2014-05-27)

## 0.24.1 (2014-05-20)

## 0.24 (2014-04-28)

## 0.23 (2014-04-18)

## v0.18 (2013-05-06)

## v0.17 (2013-04-15)

0 comments on commit b8375a4

Please sign in to comment.