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.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtalk committed Mar 15, 2022
1 parent 011d51f commit 4e67595
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.4"
LATEST_VERSION="v0.7.0"

set -e

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

## v0.7.0 (2022-03-15)

- feat: support API layer for testcase #94
- feat: support global headers for testcase #95
- feat: support call referenced testcase by path in YAML/JSON testcases
- fix: decode failure when content-encoding is deflate
- fix: unstable RPS when load testing in high concurrency

## v0.6.4 (2022-03-10)

- feat: both support gPRC(default) and net/rpc mode in hashicorp plugin, switch with environment `HRP_PLUGIN_TYPE`
Expand Down
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.4"
const VERSION = "v0.7.0"

0 comments on commit 4e67595

Please sign in to comment.