aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-10 13:45:57 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-10 13:45:57 -0500
commit98d3a21a84d7ad731cba939c60368fd352e39636 (patch)
tree501bb67b2e38e1ae9b0e8d3f9527ab407e090b64
parentd12bcc0e91947dafbe242082358334e7c1768475 (diff)
downloadrbw-98d3a21a84d7ad731cba939c60368fd352e39636.tar.gz
rbw-98d3a21a84d7ad731cba939c60368fd352e39636.zip
changelog and version bump1.4.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <doy@tozt.net>"]
edition = "2018"