Skip to content

Commit

Permalink
Bump to 2.0.11 (tikv#3990)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
  • Loading branch information
zhangjinpeng87 authored and overvenus committed Jan 2, 2019
1 parent 3464d2c commit c666277
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project are documented in this file.
See also [TiDB Changelog](https://github.com/pingcap/tidb/blob/master/CHANGELOG.md) and [PD Changelog](https://github.com/pingcap/pd/blob/master/CHANGELOG.md).

## [2.0.11]
### Bug Fixes
* Fix two issues about Region merge [#4003](https://github.com/tikv/tikv/pull/4003) and [#4004](https://github.com/tikv/tikv/pull/4004)

## [2.0.10]
### Bug Fixes
* Avoid transferring the leader to a newly created peer, to optimize the possible delay [#3929](https://github.com/tikv/tikv/pull/3929)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tikv"
version = "2.0.10"
version = "2.0.11"
keywords = ["KV", "distributed-systems", "raft"]
build = "build.rs"

Expand Down

0 comments on commit c666277

Please sign in to comment.