From bc137a1f4c7c4026effa9eec06a1f0d594d21b2a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 25 May 2020 22:13:43 -0400 Subject: changelog and version bump --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 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 "] edition = "2018" -- cgit v1.2.3-54-g00ecf