From 0174a5a3b2943c53c95b7985001b1a665e9b0a60 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 23 May 2020 23:14:14 -0400 Subject: changelog and version bump --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cda5d2..7b38f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.3.3] - 2020-05-23 + +### Fixed + +* Set the correct default lock timeout when first creating the config file. +* Add a more useful error when `rbw` is run without being configured first. +* Don't throw an error when attempting to configure the base url before + configuring the email. +* More improvements to error output. + ## [0.3.2] - 2020-05-23 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 21ba51e..c6d61b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1116,7 +1116,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.3.2" +version = "0.3.3" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b5184fd..0887379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.3.2" +version = "0.3.3" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf