aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-04-18 01:01:05 -0400
committerJesse Luehrs <doy@tozt.net>2021-04-18 01:01:05 -0400
commitbf46664fb628906d12edde6a0c6e87c7b7158928 (patch)
tree16fa0ef6661baef99a8c475bc36e6920f9e6a087
parent554030d8f1d72fe3e67dda7c3b0c7b60099cca9d (diff)
downloadrbw-bf46664fb628906d12edde6a0c6e87c7b7158928.tar.gz
rbw-bf46664fb628906d12edde6a0c6e87c7b7158928.zip
version bump1.2.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 2f1515f..a1e4126 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [1.2.0] - 2021-04-18
### Added
diff --git a/Cargo.lock b/Cargo.lock
index a27698b..722bade 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1284,7 +1284,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "1.1.2"
+version = "1.2.0"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 3f4dff0..fe9e5ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "1.1.2"
+version = "1.2.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"