Skip to content

Commit

Permalink
*: bump to 2.0.7 (tikv#3588)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangjinpeng1987 <[email protected]>
  • Loading branch information
zhangjinpeng87 authored Sep 7, 2018
1 parent 9ae8278 commit d0b8cd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
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.7]
### Improvements
* Enable dynamic-level-bytes by default to reduce space amplification

### Bug Fixes
* Update Region's approximate size and approximate keys count after merge

## [2.0.6]
### Improvements
* Enlarge scheduler’s default slots to reduce false conflicts
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.6"
version = "2.0.7"
keywords = ["KV", "distributed-systems", "raft"]
build = "build.rs"

Expand Down

0 comments on commit d0b8cd7

Please sign in to comment.