From 41dbcf8477bcc763f0a7e15667be6cc42b814d21 Mon Sep 17 00:00:00 2001 From: Daniel Brotsky Date: Fri, 18 Oct 2024 11:41:02 -0700 Subject: [PATCH] Bump version and update changelog. --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9779049..74bc22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 3.5.0 +- Add debug logging of internal operations (thanks to @soywod). +- Revert iOS security-framework dependency to v2 (see #225). + ## Version 3.4.0 - Allow use of both secret-service and keyutils. diff --git a/Cargo.toml b/Cargo.toml index 719b2b7..d722746 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.4.0" +version = "3.5.0" rust-version = "1.75" edition = "2021" exclude = [".github/"]