fix #1309: locate plugin file upward recursively until system root dir

This commit is contained in:
debugtalk
2022-05-23 14:43:14 +08:00
parent 880c4b3af7
commit 7c85630c3d
2 changed files with 7 additions and 9 deletions

View File

@@ -1,9 +1,13 @@
# Release History
## v4.1.0 (2022-05-22)
## v4.1.0 (2022-05-23)
- feat: add `wiki` sub-command to open httprunner website
**go version**
- fix #1309: locate plugin file upward recursively until system root dir
## v4.1.0-beta (2022-05-21)
- feat: add pre-commit-hook to format go/python code