Skip to content

Commit 7fbeb44

Browse files
chore(release): 1.9.5 [skip ci]
## [1.9.5](v1.9.4...v1.9.5) (2025-05-17) ### Bug Fixes * fix code format when using 10 digits ([45b4a5f](45b4a5f)) * handle integer underflow on code format ([71d3933](71d3933)) * update allowed digits range from command-line interface ([b167d02](b167d02))
1 parent 3a1b2f2 commit 7fbeb44

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.9.5](https://github.com/replydev/cotp/compare/v1.9.4...v1.9.5) (2025-05-17)
2+
3+
4+
### Bug Fixes
5+
6+
* fix code format when using 10 digits ([45b4a5f](https://github.com/replydev/cotp/commit/45b4a5f65675939b45ffc6e1a3643f331bac6279))
7+
* handle integer underflow on code format ([71d3933](https://github.com/replydev/cotp/commit/71d393392f73f005b0721f2fd0b482992e7f5111))
8+
* update allowed digits range from command-line interface ([b167d02](https://github.com/replydev/cotp/commit/b167d0275e6eba77b2259ced99efb3e519a79862))
9+
110
## [1.9.4](https://github.com/replydev/cotp/compare/v1.9.3...v1.9.4) (2025-04-08)
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.4"
3+
version = "1.9.5"
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)