From 425912383213ed2ccdebaab8a674b86b9210a5e1 Mon Sep 17 00:00:00 2001 From: Cristhian Melo Date: Mon, 20 Jul 2026 11:53:53 -0500 Subject: [PATCH] chore: release v0.1.17 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0580539..0e698b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,36 @@ 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.17](https://github.com/rxtsel/rpass-cli/compare/v0.1.16...v0.1.17) - 2026-07-20 + +### ๐Ÿš€ Features + +- *(password_store)* Re-encrypt entries when recipients change on init and recipients commands + + +### ๐Ÿšœ Refactor + +- *(password_store)* Remove unused target_dir param and use is_some_and for extension check + + +### ๐Ÿ“š Documentation + +- Remove outdated known-difference about init not re-encrypting + + +### ๐Ÿงช Testing + +- Add integration tests for re-encryption on init and recipients add/remove + +- Remove redundant unit tests covered by integration tests + + +### โš™๏ธ Miscellaneous Tasks + +- *(fmt)* Format code + + + ## [0.1.16](https://github.com/rxtsel/rpass-cli/compare/v0.1.15...v0.1.16) - 2026-06-20 ### ๐Ÿš€ Features diff --git a/Cargo.lock b/Cargo.lock index eeb2451..0c25458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "rpass-cli" -version = "0.1.16" +version = "0.1.17" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 65fc1b2..6c78b0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpass-cli" -version = "0.1.16" +version = "0.1.17" edition = "2024" authors = ["rxtsel"] description = "Cross-platform pass-compatible CLI for GPG-encrypted secrets"