bump version to v0.6.3

This commit is contained in:
debugtalk
2022-03-04 17:42:55 +08:00
parent 9d160171fc
commit 6c9a9d789b
8 changed files with 13 additions and 9 deletions
+6 -2
View File
@@ -1,9 +1,13 @@
# Release History
## v0.6.3 (2022-03-03)
## v0.6.3 (2022-03-04)
- feat: support customized setup/teardown hooks (variable assignment not supported)
- compat: support testcase generated by HttpRunner
- feat: add flag `--log-plugin` to turn on plugin logging
- change: add short flag `-c` for `--continue-on-failure`
- change: use `--log-requests-off` flag to turn off request & response details logging
- fix: support posting body in json array format
- fix: testcase format compatibility with HttpRunner
## v0.6.2 (2022-02-22)