From 3fede81efe5c04e1d8bcc13da70308eb0faff183 Mon Sep 17 00:00:00 2001 From: Eugene Ryzhikov Date: Sun, 21 Sep 2025 18:26:46 -0400 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 111dfb5..1e249a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "rustic-git" -version = "0.3.0" +version = "0.4.0" dependencies = [ "chrono", ] diff --git a/Cargo.toml b/Cargo.toml index 5acca61..607dabd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic-git" -version = "0.3.0" +version = "0.4.0" edition = "2024" license = "MIT" description = "A Rustic Git - clean type-safe API over git cli"