aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-30 02:13:45 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-30 02:13:45 -0400
commit043f8ba333dee8325186d3e8ba1e6d93fa5ae59c (patch)
tree35b76b9a14e8c79d5be795906cc3907cd7f7e649
parent976e602f6aa390eb7a8bb86a15a129eb96203dcf (diff)
downloadrbw-043f8ba333dee8325186d3e8ba1e6d93fa5ae59c.tar.gz
rbw-043f8ba333dee8325186d3e8ba1e6d93fa5ae59c.zip
changelog and version bump0.4.2
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e94594..3b7832d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.4.2] - 2020-05-30
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index c03507b..725a25e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1116,7 +1116,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "0.4.1"
+version = "0.4.2"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 5496565..849a788 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "0.4.1"
+version = "0.4.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"