From ee881dc4243a1975d2f7f0d8bbfb8b54b933dfc9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Jul 2020 03:16:40 -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 98a49e0..51e8052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.4.5] - 2020-07-11 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 70e254c..8e49f03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1131,7 +1131,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.4.4" +version = "0.4.5" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index df4e62c..0366f2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.4.4" +version = "0.4.5" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf