From f18c3115b7e0cfe50628bcee379e68e1e281a099 Mon Sep 17 00:00:00 2001 From: Daniel Brotsky Date: Sat, 26 Oct 2024 12:23:58 -0700 Subject: [PATCH] Bump version and update changelog. --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74bc22f..27de88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Version 3.6.0 +- Add combination keystore of keyutils and secret service (thanks to @soywod). + ## Version 3.5.0 - Add debug logging of internal operations (thanks to @soywod). - Revert iOS security-framework dependency to v2 (see #225). diff --git a/Cargo.toml b/Cargo.toml index 432b518..6dfcc08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["password", "credential", "keychain", "keyring", "cross-platform"] license = "MIT OR Apache-2.0" name = "keyring" repository = "https://github.com/hwchen/keyring-rs.git" -version = "3.5.0" +version = "3.6.0" rust-version = "1.75" edition = "2021" exclude = [".github/"]