Skip to content

Commit eb54c80

Browse files
Merge pull request #229 from brotskydotcom/master
Prepare to release new combination keystore.
2 parents 2e2e915 + f18c311 commit eb54c80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version 3.6.0
2+
- Add combination keystore of keyutils and secret service (thanks to @soywod).
3+
14
## Version 3.5.0
25
- Add debug logging of internal operations (thanks to @soywod).
36
- Revert iOS security-framework dependency to v2 (see #225).

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.5.0"
9+
version = "3.6.0"
1010
rust-version = "1.75"
1111
edition = "2021"
1212
exclude = [".github/"]

0 commit comments

Comments
 (0)