Skip to content

Commit 2b379fd

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.5...v1.5.0) (2024-03-12) ### Features * add new extract subcommand and password-stdin flag ([e033e60](e033e60)) * implement code extraction ([87d8ccd](87d8ccd)) * implement password reading from stdin ([0f3bef7](0f3bef7)) * parametrize copy to clipboard and do not set the default ([794a378](794a378))
1 parent a2486f7 commit 2b379fd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.5.0](https://github.com/replydev/cotp/compare/v1.4.5...v1.5.0) (2024-03-12)
2+
3+
4+
### Features
5+
6+
* add new extract subcommand and password-stdin flag ([e033e60](https://github.com/replydev/cotp/commit/e033e60d9a0f0df64fd5935bfa43666ded1ee48a))
7+
* implement code extraction ([87d8ccd](https://github.com/replydev/cotp/commit/87d8ccd4e10554ebb81839bebc189384ffec24a4))
8+
* implement password reading from stdin ([0f3bef7](https://github.com/replydev/cotp/commit/0f3bef7d00fb9094e16b9f45b938ca25667ec54f))
9+
* parametrize copy to clipboard and do not set the default ([794a378](https://github.com/replydev/cotp/commit/794a3788f860f83a7d63c4897e79214ae7cc68e0))
10+
111
## [1.4.5](https://github.com/replydev/cotp/compare/v1.4.4...v1.4.5) (2024-02-22)
212

313

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