From 217c456b5a2a000b609c345c3aa785103b87a4ce Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Jun 2020 01:30:16 -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 19d415b..133a056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.4.4] - 2020-06-23 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index ef9d89c..7aa796e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1131,7 +1131,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.4.3" +version = "0.4.4" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index aa49da3..8b8c33d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.4.3" +version = "0.4.4" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf