Skip to content

Commit c5a84e0

Browse files
chore(release): 1.9.6 [skip ci]
## [1.9.6](v1.9.5...v1.9.6) (2025-06-02) ### Bug Fixes * do not throw error on empty otp database, in list subcommand ([0222faf](0222faf)) * do not throw error on empty otp database, in list subcommand ([#568](#568)) ([1c921ef](1c921ef))
1 parent 1c921ef commit c5a84e0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.9.6](https://github.com/replydev/cotp/compare/v1.9.5...v1.9.6) (2025-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* do not throw error on empty otp database, in list subcommand ([0222faf](https://github.com/replydev/cotp/commit/0222fafe1a855a7ad41e04a09084ebde223c5874))
7+
* do not throw error on empty otp database, in list subcommand ([#568](https://github.com/replydev/cotp/issues/568)) ([1c921ef](https://github.com/replydev/cotp/commit/1c921efcdf57e74bd041bc7ec9142109d0245b92))
8+
19
## [1.9.5](https://github.com/replydev/cotp/compare/v1.9.4...v1.9.5) (2025-05-17)
210

311

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cotp"
3-
version = "1.9.5"
3+
version = "1.9.6"
44
authors = ["replydev <[email protected]>"]
55
edition = "2024"
66
description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."

0 commit comments

Comments
 (0)