Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent 2d7d29f commit c76f03a
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.0](https://github.com/replydev/cotp/compare/v1.6.1...v1.7.0) (2024-05-09)


### Features

* add new List subcommand ([35673f2](https://github.com/replydev/cotp/commit/35673f2182152fc8384674070ed1c87fab288081))
* first draft implementation of List subcommand ([432f428](https://github.com/replydev/cotp/commit/432f42883f5627d46284141f0077b7474d6f92d1))
* implement json list output ([163b839](https://github.com/replydev/cotp/commit/163b83951c5a766e005106b684ccfc3d285c384c))

## [1.6.1](https://github.com/replydev/cotp/compare/v1.6.0...v1.6.1) (2024-05-05)


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.6.1"
version = "1.7.0"
authors = ["replydev <commoncargo@tutanota.com>"]
edition = "2021"
description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."
Expand Down

0 comments on commit c76f03a

Please sign in to comment.