From 8c4ee2c8f9736a45378da5d578d833a7ec88a598 Mon Sep 17 00:00:00 2001 From: Cristhian Melo Date: Tue, 15 Sep 2026 20:01:09 -0500 Subject: [PATCH] chore: release v0.1.18 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e698b5..056d9de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. This project uses [Conventional Commits](https://www.conventionalcommits.org/) and release automation with release-plz. +## [0.1.18](https://github.com/rxtsel/rpass-cli/compare/v0.1.17...v0.1.18) - 2026-09-16 + +### ๐Ÿ› Bug Fixes + +- *(otp)* Detect uris in first lines and metadata fields + + +### ๐Ÿงช Testing + +- *(otp)* Verify stripe codes across entry layouts + + + ## [0.1.17](https://github.com/rxtsel/rpass-cli/compare/v0.1.16...v0.1.17) - 2026-07-20 ### ๐Ÿš€ Features diff --git a/Cargo.lock b/Cargo.lock index 0c25458..7d5dfdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "rpass-cli" -version = "0.1.17" +version = "0.1.18" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6c78b0f..8cf71ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpass-cli" -version = "0.1.17" +version = "0.1.18" edition = "2024" authors = ["rxtsel"] description = "Cross-platform pass-compatible CLI for GPG-encrypted secrets"