aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-23 14:36:26 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-23 14:36:26 -0400
commitc9473e0b61bc9d8264a6ce939ed74c3d9b8f4db5 (patch)
treed82650b94511b3d8908b4a623dbad9d4bf68de02
parente9ce02531fe0d5f844115153414909089f657aad (diff)
downloadrbw-c9473e0b61bc9d8264a6ce939ed74c3d9b8f4db5.tar.gz
rbw-c9473e0b61bc9d8264a6ce939ed74c3d9b8f4db5.zip
changelog and version bump0.3.1
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d67434..43dd2fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.3.1] - 2020-05-23
+
+### Fixed
+
+* Fix option parsing for `rbw list --fields` and `rbw <add|generate> --uri`
+ which was inadvertently broken in the previous release.
+
## [0.3.0] - 2020-05-22
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index ff6b1a4..f9afe4e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1105,7 +1105,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index c84f215..f2decf3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"