From 822c0c93e64c0d72ccccac64c7522c5eafce71b0 Mon Sep 17 00:00:00 2001 From: Cristhian Melo Date: Sat, 13 Jun 2026 12:25:43 -0500 Subject: [PATCH] chore: release v0.1.11 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b08b34..e5e4711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.11](https://github.com/rxtsel/rpass-cli/compare/v0.1.10...v0.1.11) - 2026-06-13 + +### 🚀 Features + +- *(cli)* Add init command + + + ## [0.1.10](https://github.com/rxtsel/rpass-cli/compare/v0.1.9...v0.1.10) - 2026-06-13 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index cae7719..7ba9262 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "rpass-cli" -version = "0.1.10" +version = "0.1.11" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index ba8b1b9..1da7978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpass-cli" -version = "0.1.10" +version = "0.1.11" edition = "2024" authors = ["rxtsel"] description = "Native password-store compatible backend"