Skip to content

Commit

Permalink
*: bump to v2.1.15 (#5103)
Browse files Browse the repository at this point in the history
  • Loading branch information
youjiali1995 authored and zhangjinpeng87 committed Jul 17, 2019
1 parent 35f0b38 commit a38d523
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
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.1.15]
- Unify log format [#5083](https://github.com/tikv/tikv/pull/5083)
- Change the way of calculating the approximate distance [#4017](https://github.com/tikv/tikv/pull/4017)

## [2.1.14]
- Optimize processing the empty callback when processing the Raftstore message to avoid sending unnecessary message [#4682](https://github.com/tikv/tikv/pull/4682)

Expand Down
12 changes: 6 additions & 6 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
@@ -1,6 +1,6 @@
[package]
name = "tikv"
version = "2.1.14"
version = "2.1.15"
keywords = ["KV", "distributed-systems", "raft"]
publish = false

Expand Down

0 comments on commit a38d523

Please sign in to comment.