Skip to content

Commit 9a4184c

Browse files
Merge pull request #226 from brotskydotcom/release-3.5
Bump version and update changelog.
2 parents fed2caa + 41dbcf8 commit 9a4184c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 3.5.0
2+
- Add debug logging of internal operations (thanks to @soywod).
3+
- Revert iOS security-framework dependency to v2 (see #225).
4+
15
## Version 3.4.0
26
- Allow use of both secret-service and keyutils.
37

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["password", "credential", "keychain", "keyring", "cross-platform"]
66
license = "MIT OR Apache-2.0"
77
name = "keyring"
88
repository = "https://github.com/hwchen/keyring-rs.git"
9-
version = "3.4.0"
9+
version = "3.5.0"
1010
rust-version = "1.75"
1111
edition = "2021"
1212
exclude = [".github/"]

0 commit comments

Comments
 (0)