From 764d7651c4d8ea210320e246d477bd04d19b26ec Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Mon, 25 Mar 2024 09:40:10 +0100 Subject: [PATCH] Release v0.4.0 Signed-off-by: Wiktor Kwapisiewicz --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e411e5..e222dce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -731,7 +731,7 @@ dependencies = [ [[package]] name = "ssh-agent-lib" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-trait", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index eeb34d8..644343a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ssh-agent-lib" description = "A collection of types for writing custom SSH agents" -version = "0.3.0" +version = "0.4.0" license = "MIT" authors = [ "Nicolas Trippar ",