From e9231986c3ea2185e8ea45bcdea33702c26b80e2 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Sat, 19 Jul 2025 15:37:16 +1000 Subject: [PATCH] chore: Release immich-tools version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 912e97f..b8971f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1299,7 +1299,7 @@ dependencies = [ [[package]] name = "immich-tools" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bon", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 60c5e21..2f7bdf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "immich-tools" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" description = "Small command-line utilities to work with an Immich server"