Skip to content

Commit 0c26afa

Browse files
committed
Release 0.4.0
1 parent 5cd3b60 commit 0c26afa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etcd-client"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["The etcd-client Authors <davidli2010@foxmail.com>"]
55
edition = "2018"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It provides asynchronous client backed by [tokio](https://github.com/tokio-rs/to
2121
- [x] Lock
2222
- [x] Auth
2323
- [x] Maintenance
24-
- [ ] Cluster
24+
- [x] Cluster
2525
- [ ] Election
2626

2727
## Usage

0 commit comments

Comments
 (0)