aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-25 22:13:43 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-25 22:13:43 -0400
commitbc137a1f4c7c4026effa9eec06a1f0d594d21b2a (patch)
tree3ea7d28a707b4221e4bf186437e4c2b5b40e14ae
parent0a402b94a96b5db58117a5d9611a4e66986222a3 (diff)
downloadrbw-bc137a1f4c7c4026effa9eec06a1f0d594d21b2a.tar.gz
rbw-bc137a1f4c7c4026effa9eec06a1f0d594d21b2a.zip
changelog and version bump0.3.5
-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 a3f8a1f..d71c402 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.3.5] - 2020-05-25
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index b9e56a9..d93d7b6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1116,7 +1116,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "0.3.4"
+version = "0.3.5"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 1a4d1b6..8754b93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "0.3.4"
+version = "0.3.5"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"