mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-29 03:57:22 +08:00
bump version to v0.6.1
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
See [CHANGELOG].
|
See [CHANGELOG].
|
||||||
|
|
||||||
> 欢迎参加 HttpRunner [用户调研问卷][survey],你的反馈将帮助 HttpRunner 更好地成长!
|
> HttpRunner [用户调研问卷][survey] 持续收集中,我们将基于用户反馈动态调整产品特性和需求优先级。
|
||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# install hrp with one shell command
|
# install hrp with one shell command
|
||||||
# bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
|
# bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
|
||||||
|
|
||||||
LATEST_VERSION="v0.6.0"
|
LATEST_VERSION="v0.6.1"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
+5
-2
@@ -1,8 +1,11 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
## v0.6.1 (2022-02-11)
|
## v0.6.1 (2022-02-17)
|
||||||
|
|
||||||
- fix: assertion function errors and json number parse rule
|
- fix: set request Content-Type for posting json only when not specified
|
||||||
|
- fix: failed to generate API test report when data is null
|
||||||
|
- fix: panic when assertion function not exists
|
||||||
|
- change: json unmarshal to float64 when parsing data
|
||||||
- fix: broadcast to all rendezvous at once when spawn done
|
- fix: broadcast to all rendezvous at once when spawn done
|
||||||
|
|
||||||
## v0.6.0 (2022-02-08)
|
## v0.6.0 (2022-02-08)
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
const VERSION = "v0.6.0"
|
const VERSION = "v0.6.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user