Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
bump version to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtalk committed Mar 4, 2022
1 parent fac6fa8 commit 1942d61
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# install hrp with one shell command
# bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"

LATEST_VERSION="v0.6.2"
LATEST_VERSION="v0.6.3"

set -e

Expand Down
8 changes: 6 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Release History

## v0.6.3 (2022-03-03)
## v0.6.3 (2022-03-04)

- feat: support customized setup/teardown hooks (variable assignment not supported)
- compat: support testcase generated by HttpRunner
- feat: add flag `--log-plugin` to turn on plugin logging
- change: add short flag `-c` for `--continue-on-failure`
- change: use `--log-requests-off` flag to turn off request & response details logging
- fix: support posting body in json array format
- fix: testcase format compatibility with HttpRunner

## v0.6.2 (2022-02-22)

Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/hrp.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Copyright 2021 debugtalk
* [hrp run](hrp_run.md) - run API test
* [hrp startproject](hrp_startproject.md) - create a scaffold project

###### Auto generated by spf13/cobra on 25-Feb-2022
###### Auto generated by spf13/cobra on 4-Mar-2022
2 changes: 1 addition & 1 deletion docs/cmd/hrp_boom.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ hrp boom [flags]

* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.

###### Auto generated by spf13/cobra on 25-Feb-2022
###### Auto generated by spf13/cobra on 4-Mar-2022
2 changes: 1 addition & 1 deletion docs/cmd/hrp_har2case.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ hrp har2case $har_path... [flags]

* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.

###### Auto generated by spf13/cobra on 25-Feb-2022
###### Auto generated by spf13/cobra on 4-Mar-2022
2 changes: 1 addition & 1 deletion docs/cmd/hrp_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ hrp run $path... [flags]

* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.

###### Auto generated by spf13/cobra on 25-Feb-2022
###### Auto generated by spf13/cobra on 4-Mar-2022
2 changes: 1 addition & 1 deletion docs/cmd/hrp_startproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ hrp startproject $project_name [flags]

* [hrp](hrp.md) - One-stop solution for HTTP(S) testing.

###### Auto generated by spf13/cobra on 25-Feb-2022
###### Auto generated by spf13/cobra on 4-Mar-2022
2 changes: 1 addition & 1 deletion internal/version/init.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const VERSION = "v0.6.2"
const VERSION = "v0.6.3"

0 comments on commit 1942d61

Please sign in to comment.