chore: Release immich-tools version 0.2.0

This commit is contained in:
Marc Plano-Lesay 2024-11-05 16:05:28 +11:00
parent 6dae7c4cd0
commit a19ca50d35
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -785,7 +785,7 @@ dependencies = [
[[package]]
name = "immich-tools"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"chrono",
"clap",

View file

@ -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"