Skip to content

Commit

Permalink
chore(release): 1.7.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Jul 24, 2024
1 parent 6a36c8d commit 52f43b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.7.3](https://github.com/replydev/cotp/compare/v1.7.2...v1.7.3) (2024-07-24)


### Bug Fixes

* optimize table width on list subcommand ([c182195](https://github.com/replydev/cotp/commit/c1821958c92dbd084a4e25dcc358b32dacbab8b9))
* start code index at one as done in dashboard and in edit subcommand ([c90e910](https://github.com/replydev/cotp/commit/c90e910ee6b98529efa5d4beae0a3579a95a9122))
* 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)

## [1.7.2](https://github.com/replydev/cotp/compare/v1.7.1...v1.7.2) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cotp"
version = "1.7.2"
version = "1.7.3"
authors = ["replydev <[email protected]>"]
edition = "2021"
description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."
Expand Down

0 comments on commit 52f43b0

Please sign in to comment.