diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4ac3c..1b08b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.10](https://github.com/rxtsel/rpass-cli/compare/v0.1.9...v0.1.10) - 2026-06-13 + +### 🚀 Features + +- *(cli)* Add pass-compatible git command + +- *(cli)* Auto-commit store writes + + +### 🐛 Bug Fixes + +- *(cli)* Allow git init on empty stores + + + ## [0.1.9](https://github.com/rxtsel/rpass-cli/compare/v0.1.8...v0.1.9) - 2026-06-12 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index a64a7e3..cae7719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "rpass-cli" -version = "0.1.9" +version = "0.1.10" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5109ca4..ba8b1b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpass-cli" -version = "0.1.9" +version = "0.1.10" edition = "2024" authors = ["rxtsel"] description = "Native password-store compatible backend"