bump version to v0.6.4

This commit is contained in:
debugtalk
2022-03-10 20:16:17 +08:00
parent aaaf5e5c74
commit 3b9e6cd736
8 changed files with 10 additions and 9 deletions

View File

@@ -1,9 +1,10 @@
# Release History
## v0.7.0 (2022-03-04)
## v0.6.4 (2022-03-10)
- feat: both support gPRC(default) and net/rpc mode in hashicorp plugin, switch with environment `HRP_PLUGIN_TYPE`
- refactor: replace builtin json library with json-iterator/go to improve performance
- refactor: move submodule `plugin` to separate repo `github.com/httprunner/plugin`
- refactor: replace builtin json library with `json-iterator/go` to improve performance
## v0.6.3 (2022-03-04)