Skip to content

Commit 2068cc9

Browse files
chore(release): 1.9.3 [skip ci]
## [1.9.3](v1.9.2...v1.9.3) (2025-04-06) ### Bug Fixes * implement first glob matching logic for extract subcommand ([2422c9d](2422c9d)) * make matching case insensitive again ([0d564ee](0d564ee))
1 parent b31928e commit 2068cc9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.9.3](https://github.com/replydev/cotp/compare/v1.9.2...v1.9.3) (2025-04-06)
2+
3+
4+
### Bug Fixes
5+
6+
* implement first glob matching logic for extract subcommand ([2422c9d](https://github.com/replydev/cotp/commit/2422c9d32ca08c17f793d5d67488ee54ff96012e))
7+
* make matching case insensitive again ([0d564ee](https://github.com/replydev/cotp/commit/0d564ee911c954c2c16a751bc7e660a7a3558521))
8+
19
## [1.9.2](https://github.com/replydev/cotp/compare/v1.9.1...v1.9.2) (2024-11-04)
210

311

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