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

Commit 3b9e6cd

Browse files
committed
bump version to v0.6.4
1 parent aaaf5e5 commit 3b9e6cd

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

cli/scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# install hrp with one shell command
33
# bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
44

5-
LATEST_VERSION="v0.7.0-beta"
5+
LATEST_VERSION="v0.6.4"
66

77
set -e
88

docs/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Release History
22

3-
## v0.7.0 (2022-03-04)
3+
## v0.6.4 (2022-03-10)
44

55
- 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
78

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

docs/cmd/hrp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Copyright 2021 debugtalk
3333
* [hrp run](hrp_run.md) - run API test
3434
* [hrp startproject](hrp_startproject.md) - create a scaffold project
3535

36-
###### Auto generated by spf13/cobra on 5-Mar-2022
36+
###### Auto generated by spf13/cobra on 10-Mar-2022

docs/cmd/hrp_boom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ hrp boom [flags]
3939

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

42-
###### Auto generated by spf13/cobra on 5-Mar-2022
42+
###### Auto generated by spf13/cobra on 10-Mar-2022

docs/cmd/hrp_har2case.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ hrp har2case $har_path... [flags]
2323

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

26-
###### Auto generated by spf13/cobra on 5-Mar-2022
26+
###### Auto generated by spf13/cobra on 10-Mar-2022

docs/cmd/hrp_run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ hrp run $path... [flags]
3434

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

37-
###### Auto generated by spf13/cobra on 5-Mar-2022
37+
###### Auto generated by spf13/cobra on 10-Mar-2022

docs/cmd/hrp_startproject.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ hrp startproject $project_name [flags]
1616

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

19-
###### Auto generated by spf13/cobra on 5-Mar-2022
19+
###### Auto generated by spf13/cobra on 10-Mar-2022

internal/version/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const VERSION = "v0.7.0-beta"
3+
const VERSION = "v0.6.4"

0 commit comments

Comments
 (0)