From 5dfd06045745d96e8f3b2da6f9813526c62378d0 Mon Sep 17 00:00:00 2001 From: Frederick Zhang Date: Tue, 10 Aug 2021 18:10:11 +1000 Subject: [PATCH] Bump version to 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b62b992..25fd0fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -716,7 +716,7 @@ dependencies = [ [[package]] name = "git-credential-keepassxc" -version = "0.7.0" +version = "0.8.0" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a8f5e89..84de2f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-credential-keepassxc" -version = "0.7.0" +version = "0.8.0" authors = ["Frederick Zhang "] edition = "2018" description = "Helper that allows Git and shell scripts to use KeePassXC as credential store"