From 7729e435241f16e4707fe858c6ace15bd6049c34 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 9 Mar 2023 20:11:45 -0500 Subject: changelog and version bump --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c9c05..f14a4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0] - 2023-03-09 + +### Added + +* `rbw get` now supports a `--raw` option to display the entire contents of + the entry in JSON format (#97, classabbyamp) + ## [1.5.0] - 2023-02-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index af80f7a..5775f02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1015,7 +1015,7 @@ dependencies = [ [[package]] name = "rbw" -version = "1.5.0" +version = "1.6.0" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fced8f5..75b10bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "1.5.0" +version = "1.6.0" authors = ["Jesse Luehrs "] edition = "2021" -- cgit v1.2.3-54-g00ecf