feat: create scaffold project

This commit is contained in:
debugtalk
2022-01-08 22:09:08 +08:00
parent 2ec2b86c05
commit c6549f4012
7 changed files with 172 additions and 65 deletions

View File

@@ -1,9 +1,10 @@
# Release History
## v0.5.0 (2022-01-06)
## v0.5.0 (2022-01-08)
- feat: support creating and calling custom functions with [go plugin](https://pkg.go.dev/plugin)
- feat: install hrp with one shell command
- feat: add `startproject` sub-command for creating scaffold project
- feat: report GA event for loading go plugin
## v0.4.0 (2022-01-05)