aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-23 17:38:35 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-23 17:38:35 -0400
commitf98573a06a2f3e176359c56bdc12bd0420208287 (patch)
tree3b472336f96b2f69ed20a06b6be01477b129da71
parent8028b909b90e0daea7bf538ee7895349974fecd8 (diff)
downloadrbw-f98573a06a2f3e176359c56bdc12bd0420208287.tar.gz
rbw-f98573a06a2f3e176359c56bdc12bd0420208287.zip
changelog and version bump0.3.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43dd2fd..4cda5d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.3.2] - 2020-05-23
+
+### Fixed
+
+* Improve warning and error output a bit.
+
## [0.3.1] - 2020-05-23
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index 2fdcb51..52111b0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1116,7 +1116,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "0.3.1"
+version = "0.3.2"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index e3bb413..e54cb2d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"