change: make startproject as hrun sub-command, usage: hrun startproject <project_name>

This commit is contained in:
debugtalk
2020-04-12 16:56:19 +08:00
parent 14ace757e0
commit d8728e6b82
6 changed files with 206 additions and 160 deletions

View File

@@ -1,11 +1,12 @@
# Release History
## 3.0.2 (2020-04-09)
## 3.0.2 (2020-04-12)
**Changed**
- replace jsonschema validation with pydantic
- remove compatibility with testcase/testsuite format v1
- make `startproject` as hrun sub-command, usage: `hrun startproject <project_name>`
## 3.0.1 (2020-03-24)