Skip to content

Commit

Permalink
Release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luryus committed Dec 28, 2024
1 parent 3f75ae6 commit 1810aa2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## next

## 0.13.1

- Maybe fix crash upon autolock activating
- Miscellaneous dependency crate updates

## 0.13.0

- Add support for signing in using Bitwarden API keys instead of just email and password. This should be a workaround for issue #366 where Bitwarden's cloud bot detection does not allow wden to log in.
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wden/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wden"
version = "0.13.0"
version = "0.13.1"
authors = ["Lauri Koskela <[email protected]>"]
edition = "2021"
default-run = "wden"
Expand Down

0 comments on commit 1810aa2

Please sign in to comment.