Skip to content

Commit af10fa0

Browse files
chore(release): 1.9.8 [skip ci]
## [1.9.8](v1.9.7...v1.9.8) (2026-03-17) ### Bug Fixes * handle missing element index in delete subcommand ([f65ea62](f65ea62)) * read delete confirmation from tty when stdin is consumed ([b3d651c](b3d651c)) * read delete confirmation from tty when stdin is consumed ([#642](#642)) ([9a4dcbf](9a4dcbf))
1 parent 9a4dcbf commit af10fa0

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.9.8](https://github.com/replydev/cotp/compare/v1.9.7...v1.9.8) (2026-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* handle missing element index in delete subcommand ([f65ea62](https://github.com/replydev/cotp/commit/f65ea62181fd4be1fa223accfb758e2638476647))
7+
* read delete confirmation from tty when stdin is consumed ([b3d651c](https://github.com/replydev/cotp/commit/b3d651c272c32321606ec52f3a7ba69c5b7c0c43))
8+
* read delete confirmation from tty when stdin is consumed ([#642](https://github.com/replydev/cotp/issues/642)) ([9a4dcbf](https://github.com/replydev/cotp/commit/9a4dcbf152d55cafedd0b05c9b1e7a18983badea))
9+
110
## [1.9.7](https://github.com/replydev/cotp/compare/v1.9.6...v1.9.7) (2025-09-03)
211

312

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.7"
3+
version = "1.9.8"
44
authors = ["replydev <commoncargo@tutanota.com>"]
55
edition = "2024"
66
description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."

0 commit comments

Comments
 (0)