From 23dc951eccc173f988f54e567c3275244e5f7a0b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 24 May 2020 13:35:08 -0400 Subject: changelog and version bump --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b38f07..cf34e43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.4] - 2020-05-24 + +### Fixed + +* Handle edge case where a URI entry is set for a cipher but that entry has a + null URI string (Adrien CLERC). + ## [0.3.3] - 2020-05-23 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c6d61b0..8f671c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1116,7 +1116,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.3.3" +version = "0.3.4" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0887379..d636716 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.3.3" +version = "0.3.4" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf