From a19ca50d3591a198fe1e6f8270b33506c8896da7 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Tue, 5 Nov 2024 16:05:28 +1100 Subject: [PATCH] chore: Release immich-tools version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ee5f30..8f3caa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "immich-tools" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6e773dd..b2aa4c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "immich-tools" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT" description = "Small command-line utilities to work with an Immich server"