From 3cfeec0110d7f0d3a31aacbbbd31dbf87177f85d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 17 May 2020 04:30:38 -0400 Subject: changelog and version bump --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3121eea..e957e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.2] - 2020-05-17 + +### Fixed + +* Fix syncing from the official Bitwarden server (thanks the_fdw). + +### Added + +* Added a couple example scripts to the repository for searching using fzf and + rofi. Contributions and improvements welcome! + ## [0.2.1] - 2020-05-03 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e229ea1..7f9fbe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1015,7 +1015,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.2.1" +version = "0.2.2" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5203a61..6019152 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.2.1" +version = "0.2.2" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf