aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-25 23:34:46 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-25 23:34:46 -0400
commitfbb1634750701e6c98eab6ae2afc6467edc13475 (patch)
treed5688032785f31d96226478a94851393a0ce4f27
parent021fb076ddf5139e9459b5ad8a0aa143b3cd63c7 (diff)
downloadrbw-fbb1634750701e6c98eab6ae2afc6467edc13475.tar.gz
rbw-fbb1634750701e6c98eab6ae2afc6467edc13475.zip
changelog and version bump1.7.0
-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 900ef1c..a278127 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [1.7.0] - 2023-03-25
### Added
diff --git a/Cargo.lock b/Cargo.lock
index 6322bde..c129c4f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1014,7 +1014,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "1.6.0"
+version = "1.7.0"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index b8c4516..7ee5579 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "1.6.0"
+version = "1.7.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"