Skip to content

Commit 3be84a6

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.0...v1.9.0) (2024-08-31) ### Features * add --database-path argument ([9fafde3](9fafde3)) * add --database-path argument ([#485](#485)) ([e32600c](e32600c)) * use new argument to be able to set database path by commandline ([effd184](effd184)) ### Performance Improvements * resolve clippy lints ([565d452](565d452))
1 parent e32600c commit 3be84a6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.9.0](https://github.com/replydev/cotp/compare/v1.8.0...v1.9.0) (2024-08-31)
2+
3+
4+
### Features
5+
6+
* add --database-path argument ([9fafde3](https://github.com/replydev/cotp/commit/9fafde3769b6fe87f4fb8ed39439d86a074c173b))
7+
* add --database-path argument ([#485](https://github.com/replydev/cotp/issues/485)) ([e32600c](https://github.com/replydev/cotp/commit/e32600c5a693a8cfd4887c052bd2aace32c94c46))
8+
* use new argument to be able to set database path by commandline ([effd184](https://github.com/replydev/cotp/commit/effd1848295e43426c715c3f2cb3b275a6015d88))
9+
10+
11+
### Performance Improvements
12+
13+
* resolve clippy lints ([565d452](https://github.com/replydev/cotp/commit/565d4520ede6a5d9053445380f6a8079e0419f6c))
14+
115
# [1.8.0](https://github.com/replydev/cotp/compare/v1.7.3...v1.8.0) (2024-07-29)
216

317

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