From 41a1f07330d3b6680f1ee84b38b83053f7053408 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 28 May 2020 23:15:29 -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 f6bf057..192c0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.4.1] - 2020-05-28 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 4080a1e..c03507b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1116,7 +1116,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.4.0" +version = "0.4.1" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 88500b4..5496565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.4.0" +version = "0.4.1" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf