Skip to content

Commit 52f43b0

Browse files
chore(release): 1.7.3 [skip ci]
## [1.7.3](v1.7.2...v1.7.3) (2024-07-24) ### Bug Fixes * optimize table width on list subcommand ([c182195](c182195)) * start code index at one as done in dashboard and in edit subcommand ([c90e910](c90e910)) * start code index from one as done in dashboard and in edit subcommand ([#458](#458)) ([6a36c8d](6a36c8d)), closes [#457](#457)
1 parent 6a36c8d commit 52f43b0

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.7.3](https://github.com/replydev/cotp/compare/v1.7.2...v1.7.3) (2024-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* optimize table width on list subcommand ([c182195](https://github.com/replydev/cotp/commit/c1821958c92dbd084a4e25dcc358b32dacbab8b9))
7+
* start code index at one as done in dashboard and in edit subcommand ([c90e910](https://github.com/replydev/cotp/commit/c90e910ee6b98529efa5d4beae0a3579a95a9122))
8+
* start code index from one as done in dashboard and in edit subcommand ([#458](https://github.com/replydev/cotp/issues/458)) ([6a36c8d](https://github.com/replydev/cotp/commit/6a36c8def24a36ccc5416ebe0d3063f7e888e5cf)), closes [#457](https://github.com/replydev/cotp/issues/457)
9+
110
## [1.7.2](https://github.com/replydev/cotp/compare/v1.7.1...v1.7.2) (2024-07-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.7.2"
3+
version = "1.7.3"
44
authors = ["replydev <[email protected]>"]
55
edition = "2021"
66
description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."

0 commit comments

Comments
 (0)