From e9850c6bbb7d8bc2d3cb18abc2b61767fad09a3a Mon Sep 17 00:00:00 2001 From: Clemens Akens Date: Wed, 1 Feb 2023 13:27:36 +0100 Subject: [PATCH] chore: Release onecfg version 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 5faf764..70a493f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,7 +501,7 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "onecfg" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 03f9abc..a92c837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onecfg" -version = "0.4.0" +version = "0.5.0" authors = ["Clemens Akens"] edition = "2021" description = "One config file to generate them all."