This repository was archived by the owner on Mar 28, 2022. It is now read-only.
File tree 8 files changed +10
-9
lines changed
8 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 2
2
# install hrp with one shell command
3
3
# bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
4
4
5
- LATEST_VERSION=" v0.7.0-beta "
5
+ LATEST_VERSION=" v0.6.4 "
6
6
7
7
set -e
8
8
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## v0.7.0 (2022-03-04 )
3
+ ## v0.6.4 (2022-03-10 )
4
4
5
5
- feat: both support gPRC(default) and net/rpc mode in hashicorp plugin, switch with environment ` HRP_PLUGIN_TYPE `
6
- - refactor: replace builtin json library with json-iterator/go to improve performance
6
+ - refactor: move submodule ` plugin ` to separate repo ` github.com/httprunner/plugin `
7
+ - refactor: replace builtin json library with ` json-iterator/go ` to improve performance
7
8
8
9
## v0.6.3 (2022-03-04)
9
10
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ Copyright 2021 debugtalk
33
33
* [ hrp run] ( hrp_run.md ) - run API test
34
34
* [ hrp startproject] ( hrp_startproject.md ) - create a scaffold project
35
35
36
- ###### Auto generated by spf13/cobra on 5 -Mar-2022
36
+ ###### Auto generated by spf13/cobra on 10 -Mar-2022
Original file line number Diff line number Diff line change @@ -39,4 +39,4 @@ hrp boom [flags]
39
39
40
40
* [ hrp] ( hrp.md ) - One-stop solution for HTTP(S) testing.
41
41
42
- ###### Auto generated by spf13/cobra on 5 -Mar-2022
42
+ ###### Auto generated by spf13/cobra on 10 -Mar-2022
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ hrp har2case $har_path... [flags]
23
23
24
24
* [ hrp] ( hrp.md ) - One-stop solution for HTTP(S) testing.
25
25
26
- ###### Auto generated by spf13/cobra on 5 -Mar-2022
26
+ ###### Auto generated by spf13/cobra on 10 -Mar-2022
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ hrp run $path... [flags]
34
34
35
35
* [ hrp] ( hrp.md ) - One-stop solution for HTTP(S) testing.
36
36
37
- ###### Auto generated by spf13/cobra on 5 -Mar-2022
37
+ ###### Auto generated by spf13/cobra on 10 -Mar-2022
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ hrp startproject $project_name [flags]
16
16
17
17
* [ hrp] ( hrp.md ) - One-stop solution for HTTP(S) testing.
18
18
19
- ###### Auto generated by spf13/cobra on 5 -Mar-2022
19
+ ###### Auto generated by spf13/cobra on 10 -Mar-2022
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- const VERSION = "v0.7.0-beta "
3
+ const VERSION = "v0.6.4 "
You can’t perform that action at this time.
0 commit comments