Skip to content

Commit

Permalink
Merge pull request #226 from brotskydotcom/release-3.5
Browse files Browse the repository at this point in the history
Bump version and update changelog.
  • Loading branch information
brotskydotcom authored Oct 18, 2024
2 parents fed2caa + 41dbcf8 commit 9a4184c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 3.5.0
- Add debug logging of internal operations (thanks to @soywod).
- Revert iOS security-framework dependency to v2 (see #225).

## Version 3.4.0
- Allow use of both secret-service and keyutils.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0"
version = "3.5.0"
rust-version = "1.75"
edition = "2021"
exclude = [".github/"]
Expand Down

0 comments on commit 9a4184c

Please sign in to comment.