Skip to content

Commit 1f6ca2b

Browse files
bump version 1.6.1 (#1590)
1 parent a13aa79 commit 1f6ca2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
TiUP Changelog
22

3+
## [1.6.1] 2021-10-21
4+
5+
### Fixes
6+
7+
- Fix `tiup-bench` reporting wrong latency for TPCC workloads ([#1577](https://github.com/pingcap/tiup/pull/1577), [@lobshunter](https://github.com/lobshunter))
8+
- Fix test cases for `tiup-bench` and `tiup-client` ([#1579](https://github.com/pingcap/tiup/pull/1579), [@AstroProfundis](https://github.com/AstroProfundis))
9+
- Fix fetching component manifest error on certain circumstances ([#1581](https://github.com/pingcap/tiup/pull/1581), [@nexustar](https://github.com/nexustar))
10+
311
## [1.6.0] 2021-10-09
412

513
### New Features

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
// TiUPVerMinor is the minor version of TiUP
2424
TiUPVerMinor = 6
2525
// TiUPVerPatch is the patch version of TiUP
26-
TiUPVerPatch = 0
26+
TiUPVerPatch = 1
2727
// TiUPVerName is an alternative name of the version
2828
TiUPVerName = "tiup"
2929
// GitHash is the current git commit hash

0 commit comments

Comments
 (0)