aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-03 21:00:47 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-03 21:00:47 -0400
commitc27f85ba12fa31d781580af23989fae2d4338bdb (patch)
treeb45c0aaf0c5b4d30409520cf5ffcb82c5d38edfe
parent77d005513f9a547129fee7c8760eff0bac30bd3c (diff)
downloadrbw-c27f85ba12fa31d781580af23989fae2d4338bdb.tar.gz
rbw-c27f85ba12fa31d781580af23989fae2d4338bdb.zip
version bump0.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 e2c3837..a5505f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.2.0] - 2020-05-03
### Added
diff --git a/Cargo.lock b/Cargo.lock
index d277f64..832c3ae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1015,7 +1015,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "0.1.1"
+version = "0.2.0"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 0539a7d..d4dd6b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "0.1.1"
+version = "0.2.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"