Skip to content

Commit fc10542

Browse files
committed
Bump version to 3.1.0.
This adds API to credentials to provide better debugging, and implements that API in the built-in credential stores so it's exposed in the CLI. This is a dot release rather than a full release because the additional API is implemented in a backward-compatible way. Clients *can* extend their implementations to take advantage of it, but they don't have to.
1 parent 8b0374d commit fc10542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.5"
9+
version = "3.1.0"
1010
rust-version = "1.75"
1111
edition = "2021"
1212
exclude = [".github/"]

0 commit comments

Comments
 (0)