bump version to v0.6.4

This commit is contained in:
debugtalk
2022-03-10 20:16:17 +08:00
parent b84739df8f
commit 2585670030
8 changed files with 10 additions and 9 deletions
+3 -2
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)