aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-23 23:14:14 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-23 23:14:14 -0400
commit0174a5a3b2943c53c95b7985001b1a665e9b0a60 (patch)
tree4a5f3378f41828e8f9a0edc956ffc70c0d61611f
parentde7954483eb0ce6daeba6eb06e8ed91a7b0e1dfb (diff)
downloadrbw-0.3.3.tar.gz
rbw-0.3.3.zip
changelog and version bump0.3.3
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <doy@tozt.net>"]
edition = "2018"