diff --git a/CHANGELOG.md b/CHANGELOG.md index a3463e4..05c32ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +# [0.5.0] - 2025-06-25 + +### Added + +- it's now possible to load configuration from environment variables. See [Environment Variables]() +- --version/-v command + +### Changed + +- shortname for --host flag is now -H. +- shortname for --channel flag is now -n. +- toml loader no longer requires a `[connection]` table. See [TOML Config]() + + # [0.4.1] - 2025-04-05 ### Changed diff --git a/README.md b/README.md index 5af7b32..2dda340 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Acceptable values for this flag are: For example, to set the log level to `debug`, you can use: ```console -vbantxt "bus[0].eq.on=1 bus[1].gain=-12.8" +vbantxt --loglevel=debug "bus[0].eq.on=1 bus[1].gain=-12.8" ``` The default log level is `warn` if the flag is not specified.