aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-02 23:05:51 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-02 23:05:51 -0500
commit24364d4206890410cc9abb2889cee0636d5823b5 (patch)
tree813dffe62dffe7160338b989c5058989395e55ad
parent9383d7ea482986e20c537797e8f788c648fda756 (diff)
downloadrbw-24364d4206890410cc9abb2889cee0636d5823b5.tar.gz
rbw-24364d4206890410cc9abb2889cee0636d5823b5.zip
version bump1.1.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 f43dbc4..1885aa4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [1.1.0] - 2021-03-02
### Added
* You can now `rbw config set pinentry pinentry-curses` to change the pinentry
diff --git a/Cargo.lock b/Cargo.lock
index 10edcbb..6bcc944 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1158,7 +1158,7 @@ dependencies = [
[[package]]
name = "rbw"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"aes",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 33cfbb6..c135bbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbw"
-version = "1.0.0"
+version = "1.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"