bump version to v0.5.0

This commit is contained in:
debugtalk
2022-01-06 14:07:13 +08:00
parent 0160e3a342
commit 75ff0962c9
2 changed files with 5 additions and 2 deletions

View File

@@ -1,9 +1,12 @@
# Release History
## v0.5.0 (2022-01-06)
- feat: support creating and calling custom functions with [go plugin](https://pkg.go.dev/plugin)
## v0.4.0 (2022-01-05)
- feat: implement `parameterize` mechanism for data driven
- feat: support creating and calling custom functions with [go plugin](https://pkg.go.dev/plugin)
- feat: add multiple builtin assertion methods and builtin functions
## v0.3.1 (2021-12-30)