Skip to content

Commit db04e98

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.3...v1.8.0) (2024-07-29) ### Bug Fixes * parse user import correctly in delete subcommand ([8ed354f](8ed354f)) ### Features * implement delete subcommand ([4d74db8](4d74db8))
1 parent 4561a3d commit db04e98

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.8.0](https://github.com/replydev/cotp/compare/v1.7.3...v1.8.0) (2024-07-29)
2+
3+
4+
### Bug Fixes
5+
6+
* parse user import correctly in delete subcommand ([8ed354f](https://github.com/replydev/cotp/commit/8ed354f8df90e63494594e66f05afa4d27226f22))
7+
8+
9+
### Features
10+
11+
* implement delete subcommand ([4d74db8](https://github.com/replydev/cotp/commit/4d74db8eed0f04c3f8788fe550a93d14e212d9f0))
12+
113
## [1.7.3](https://github.com/replydev/cotp/compare/v1.7.2...v1.7.3) (2024-07-24)
214

315

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.3"
3+
version = "1.8.0"
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)