From 5389bfcc8fa87a9362aa1e154ca9e52074f794b5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Jul 2020 22:48:34 -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 238fd7f..778cfe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.4.6] - 2020-07-11 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index b4cf525..9a2f637 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "rbw" -version = "0.4.5" +version = "0.4.6" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0366f2a..de2eca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "0.4.5" +version = "0.4.6" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3