aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-12-02 04:30:16 -0500
committerJesse Luehrs <doy@tozt.net>2020-12-02 04:30:16 -0500
commitd8e88421c54d2e74db2b4bd529067393cfbdbc96 (patch)
treed7a3712c6113b68520e5cb86fe6efe97222f2a34
parent1ea84bebeaafd4bd22fe021ebef94e7eeb424804 (diff)
downloadrbw-0.5.2.tar.gz
rbw-0.5.2.zip
changelog and version bump0.5.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 451465d..4cdab14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.5.2] - 2020-12-02
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index 2a21eca..7595082 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1261,7 +1261,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "0.5.1"
+version = "0.5.2"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 249287b..1f020d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "0.5.1"
+version = "0.5.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"