aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-12-02 03:04:16 -0500
committerJesse Luehrs <doy@tozt.net>2020-12-02 03:04:16 -0500
commit0ca5d14ed8a3c5b14a025fe6bf3d1372505910e0 (patch)
treed7212eb2b4a2de5ee07a4f5d3425c1ac73d909f1
parent9dc059811092c3de3f111c44564a1cf5f1726019 (diff)
downloadrbw-0ca5d14ed8a3c5b14a025fe6bf3d1372505910e0.tar.gz
rbw-0ca5d14ed8a3c5b14a025fe6bf3d1372505910e0.zip
changelog and version bump
-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 a87c2f9..f2cf5cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.5.1] - 2020-12-02
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index f3ff782..3833623 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1232,7 +1232,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index d0c1d5a..249287b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"