From eeb789003bae6003f58cb59292013fb9dbfa24bd Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 14 Jun 2025 09:16:19 +0100 Subject: [PATCH] add changelog links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c32ba..8508347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,14 +15,14 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass ### Added -- it's now possible to load configuration from environment variables. See [Environment Variables]() +- it's now possible to load configuration from environment variables. See [Environment Variables](https://github.com/onyx-and-iris/vbantxt/tree/main?tab=readme-ov-file#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]() +- toml loader no longer requires a `[connection]` table. See [TOML Config](https://github.com/onyx-and-iris/vbantxt/tree/main?tab=readme-ov-file#toml-config) # [0.4.1] - 2025-04-05