From 043f8ba333dee8325186d3e8ba1e6d93fa5ae59c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 30 May 2020 02:13:45 -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 6e94594..3b7832d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.4.2] - 2020-05-30 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c03507b..725a25e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1116,7 +1116,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.4.1" +version = "0.4.2" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5496565..849a788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.4.1" +version = "0.4.2" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf