Skip to content

Commit 13f069f

Browse files
committed
Bump version to 3.2.
Also update the README for the release.
1 parent 5a5797c commit 13f069f

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The main API change between v2 and v3 is the addition of support for non-string
9191

9292
Another API change between v2 and v3 is that the notion of a default feature set has gone away: you must now specify explicitly which crate-supported keystores you want included (other than the `mock` keystore, which is always present). So all keyring client developers will need to update their `Cargo.toml` file to use the new features correctly.
9393

94-
All v2 data is fully forward-compatible with v3 data; there have been no changes at all in that respect.
94+
All v2 data is fully forward-compatible with v3 data; there have been no changes at all in that respect. _However_, unlike v2, the v3 implementation of the secret service credential store will _not_ read credentials that were written by the v1 keyring. (For details about why this decision was made, see [this issue](https://github.com/hwchen/keyring-rs/issues/204)). Keyring clients who use the secret service and are still using old v1 credentials should replace those credentials with v2/v3 credentials. The CLI has been extended to allow reading and deleting v1 credentials (and thus provides sample code for how to do this).
9595

9696
The MSRV has been moved to 1.75, and all direct dependencies are at their latest stable versions.
9797

0 commit comments

Comments
 (0)