refactor: move base_url to config env

This commit is contained in:
debugtalk
2022-05-24 22:23:02 +08:00
parent 717b08c81c
commit ae36c8fd9a
20 changed files with 55 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
# Release History
## v4.1.0 (2022-05-23)
## v4.1.0 (2022-05-24)
- feat: add `wiki` sub-command to open httprunner website
@@ -8,6 +8,7 @@
- fix #1308: load `.env` file as environment variables
- fix #1309: locate plugin file upward recursively until system root dir
- refactor: move base_url to config env
## v4.1.0-beta (2022-05-21)