Skip to content

0.1.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 04:21
· 1 commit to main since this release
5a036ee

Notable changes

Note: This is a breaking change if you were using inline comments in your config file. For example:

This will no longer work:

[logging]
format = "console" # TODO: eventually we should use json

To fix, move comments above line:

[logging]
# TODO: eventually we should use json
format = "console"

Changelog