From f5a4d7030fd5287176b8fc800cf4e80e3c78bf80 Mon Sep 17 00:00:00 2001 From: Grant Sparks Date: Thu, 4 Jul 2024 02:51:54 +0000 Subject: [PATCH] Release version 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1051bcc..0e06f16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grafton-config" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Grant Sparks "] description = "Load configuration from toml files with token variable expansion and environment overrides"