From 61c7a23983c98b0bd886c788058768d5c1b1a2ac Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Jun 2020 00:17:22 -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 ba84ae7..9987650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.4.3] - 2020-06-23 ### Added diff --git a/Cargo.lock b/Cargo.lock index 0c2827a..ef9d89c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1131,7 +1131,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.4.2" +version = "0.4.3" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a56e073..aa49da3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.4.2" +version = "0.4.3" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf