From e3d201303e20727b01d530a681d0b8af53e2016d Mon Sep 17 00:00:00 2001 From: Benjamin Bannier Date: Mon, 17 Jun 2024 18:39:56 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d093586..0160f79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,7 +641,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "spicy-format" -version = "0.4.0" +version = "0.5.0" dependencies = [ "clap", "miette", diff --git a/Cargo.toml b/Cargo.toml index 5a3fee6..f7d1466 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spicy-format" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MIT" repository = "https://github.com/bbannier/spicy-format"