Skip to content

Commit c76f03a

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.1...v1.7.0) (2024-05-09) ### Features * add new List subcommand ([35673f2](35673f2)) * first draft implementation of List subcommand ([432f428](432f428)) * implement json list output ([163b839](163b839))
1 parent 2d7d29f commit c76f03a

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.0](https://github.com/replydev/cotp/compare/v1.6.1...v1.7.0) (2024-05-09)
2+
3+
4+
### Features
5+
6+
* add new List subcommand ([35673f2](https://github.com/replydev/cotp/commit/35673f2182152fc8384674070ed1c87fab288081))
7+
* first draft implementation of List subcommand ([432f428](https://github.com/replydev/cotp/commit/432f42883f5627d46284141f0077b7474d6f92d1))
8+
* implement json list output ([163b839](https://github.com/replydev/cotp/commit/163b83951c5a766e005106b684ccfc3d285c384c))
9+
110
## [1.6.1](https://github.com/replydev/cotp/compare/v1.6.0...v1.6.1) (2024-05-05)
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.6.1"
3+
version = "1.7.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)