diff --git a/CHANGELOG.md b/CHANGELOG.md index 486d4fc..cc85a40 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.13](https://github.com/rxtsel/rpass-cli/compare/v0.1.12...v0.1.13) - 2026-06-16 + +### ⚙️ Miscellaneous Tasks + +- *(package)* Add crates.io metadata + + + ## [0.1.12](https://github.com/rxtsel/rpass-cli/compare/v0.1.11...v0.1.12) - 2026-06-13 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 12f226c..47ad8d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "rpass-cli" -version = "0.1.12" +version = "0.1.13" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index d6cb17f..735cf06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpass-cli" -version = "0.1.12" +version = "0.1.13" edition = "2024" authors = ["rxtsel"] description = "Native password-store compatible backend"