From 2d51d91c48857800df9fcf581d56dbc428c3223c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Wed, 27 Dec 2023 22:43:57 -0800 Subject: [PATCH] Bump version to 0.1.5 This change bumps the version of the crate to 0.1.5. The following notable changes have been made since 0.1.4: - Added support for RSA keys - Switched to using GitHub Actions as CI provider - Added GitHub Actions workflow for publishing the crate - Bumped minimum required Rust version to 1.70.0 - Bumped dirs dependency to 5.0 - Bumped env_logger dependency to 0.10 - Bumped gpgme dependency to 0.11 - Bumped ring dependency to 0.17 --- CHANGELOG.md | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 407d2ed..d686a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.1.5 +----- - Added support for RSA keys - Switched to using GitHub Actions as CI provider - Added GitHub Actions workflow for publishing the crate diff --git a/Cargo.toml b/Cargo.toml index e535d78..b67cd7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssh-gpg-agent" -version = "0.1.4" +version = "0.1.5" authors = ["Daniel Mueller "] edition = "2021" rust-version = "1.70"