diff --git a/CHANGELOG.md b/CHANGELOG.md index 9803c3c..0580539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16](https://github.com/rxtsel/rpass-cli/compare/v0.1.15...v0.1.16) - 2026-06-20 + +### 🚀 Features + +- *(import)* Add Bitwarden JSON import with extensible importer trait + + +### 📚 Documentation + +- Add import guide and README reference + + +### 🎨 Styling + +- Format with clippy + + + ## [0.1.15](https://github.com/rxtsel/rpass-cli/compare/v0.1.14...v0.1.15) - 2026-06-19 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 3a39793..eeb2451 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "rpass-cli" -version = "0.1.15" +version = "0.1.16" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7a191ec..65fc1b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpass-cli" -version = "0.1.15" +version = "0.1.16" edition = "2024" authors = ["rxtsel"] description = "Cross-platform pass-compatible CLI for GPG-encrypted secrets"