Skip to content

Commit 073e996

Browse files
committed
add change logs, bump version to v0.5.2
1 parent d9ee3a5 commit 073e996

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release History
2+
3+
## v0.5.2 (2023-08-10)
4+
5+
- feat: add Init option `WithDebugLogger(debug bool)` to configure whether to print debug level logs in plugin process
6+
- feat: add Init option `WithLogFile(logFile string)` to specify log file path
7+
- feat: add Init option `WithDisableTime(disable bool)` to configure whether disable log time
8+
- refactor: merge shared utils `CallFunc` to fungo package
9+
- refactor: replace zerolog with hclog
10+
- refactor: optimize log printing for plugin
11+
- fix: ensure using grpc for hashicorp python plugin

0 commit comments

Comments
 (0)