From 24364d4206890410cc9abb2889cee0636d5823b5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 2 Mar 2021 23:05:51 -0500 Subject: version bump --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 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 "] edition = "2018" -- cgit v1.2.3