From 98d3a21a84d7ad731cba939c60368fd352e39636 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 10 Feb 2022 13:45:57 -0500 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 02aaeb7..a51e8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.4.3] - Unreleased +## [1.4.3] - 2022-02-10 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 9851678..4eda16c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1017,7 +1017,7 @@ dependencies = [ [[package]] name = "rbw" -version = "1.4.2" +version = "1.4.3" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 85ddf4f..06a6f84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "1.4.2" +version = "1.4.3" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3