Skip to content

Commit d0ffc31

Browse files
chore(release): 1.7.1 [skip ci]
## [1.7.1](v1.7.0...v1.7.1) (2024-06-19) ### Bug Fixes * check for integer overflow if digits value is too high ([95cf5a2](95cf5a2)) * validate digits input value from command line ([d03d4b8](d03d4b8))
1 parent 5e55819 commit d0ffc31

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.7.1](https://github.com/replydev/cotp/compare/v1.7.0...v1.7.1) (2024-06-19)
2+
3+
4+
### Bug Fixes
5+
6+
* check for integer overflow if digits value is too high ([95cf5a2](https://github.com/replydev/cotp/commit/95cf5a28eeebb73b4aab3eb80787a614fe329da4))
7+
* validate digits input value from command line ([d03d4b8](https://github.com/replydev/cotp/commit/d03d4b8da72c25a6cab97b8f91a8ea28a7341bbb))
8+
19
# [1.7.0](https://github.com/replydev/cotp/compare/v1.6.1...v1.7.0) (2024-05-09)
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.7.0"
3+
version = "1.7.1"
44
authors = ["replydev <commoncargo@tutanota.com>"]
55
edition = "2021"
66
description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."

0 commit comments

Comments
 (0)