From c1f2ffee559609741b6d5f35eed870e05956204d Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Sun, 24 Sep 2023 15:23:59 -0700 Subject: [PATCH] 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c4b091..5b81d67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "tomato-toml" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e6ddd2d..47e789c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tomato-toml" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["C J Silverio "] description = "🍅 A command-line tool to get and set values in toml files while preserving comments and formatting."