From c135411ed97336517c781e2ec2e4ddb6c55cf9c1 Mon Sep 17 00:00:00 2001 From: Owain Davies <116417456+OTheDev@users.noreply.github.com> Date: Tue, 7 May 2024 02:17:32 +0700 Subject: [PATCH] Bump version to 0.4.0 (#17) - Use service and username to identify each password - Added `updated_at` timestamp for password updates - Use ASCII art text for "pwdm" in CLI header --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 650911c..c306d84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "pwdm" -version = "0.3.1" +version = "0.4.0" dependencies = [ "aes-gcm", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 93a8f20..6fbf9a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwdm" -version = "0.3.1" +version = "0.4.0" edition = "2021" license = "Apache-2.0" authors = ["Owain Davies"]