aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-17 04:30:38 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-17 04:31:01 -0400
commit3cfeec0110d7f0d3a31aacbbbd31dbf87177f85d (patch)
treec641f85d51c2fc5880c2b3d1e40f14498f714683
parent5f652afffef3a9bdeaf94e7691a3115ce0994376 (diff)
downloadrbw-3cfeec0110d7f0d3a31aacbbbd31dbf87177f85d.tar.gz
rbw-3cfeec0110d7f0d3a31aacbbbd31dbf87177f85d.zip
changelog and version bump0.2.2
-rw-r--r--CHANGELOG.md11
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <doy@tozt.net>"]
edition = "2018"