diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cb30a..9779049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Version 3.4.0 +- Allow use of both secret-service and keyutils. + ## Version 3.3.0 - Add support for credential-store attributes other than those used by this crate. This allows the creation of credentials that are more compatible with 3rd-party clients, such as the OS-provided GUIs over credentials. - Make the textual descriptions of entries consistently follow the form `user@service` (or `user@service:target` if a target was specified). diff --git a/Cargo.toml b/Cargo.toml index 388629a..2de2f74 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.3.0" +version = "3.4.0" rust-version = "1.75" edition = "2021" exclude = [".github/"] diff --git a/README.md b/README.md index 2abe618..ff0ec5b 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Thanks to the following for helping make this library better, whether through co - @ryanavella - @samuela - @ShaunSHamilton +- @soywod - @stankec - @steveatinfincia - @Sytten