aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-10-12 23:54:13 -0400
committerJesse Luehrs <doy@tozt.net>2020-10-12 23:54:13 -0400
commit02eb643a95a6084b9e833a2dc70be58544aea4e7 (patch)
treeaaf8be8907dae2b1d603a373f6c8f580c15ee72e
parent201c590badb75468adb11c88abe3149046a178b5 (diff)
downloadrbw-02eb643a95a6084b9e833a2dc70be58544aea4e7.tar.gz
rbw-02eb643a95a6084b9e833a2dc70be58544aea4e7.zip
version bump0.5.0
-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 b813917..3723e25 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.5.0] - 2020-10-12
### Added
diff --git a/Cargo.lock b/Cargo.lock
index 9479a8f..54062ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1232,7 +1232,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "0.4.6"
+version = "0.5.0"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index a2d2af1..fc50ebf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "0.4.6"
+version = "0.5.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"