aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-09 20:11:45 -0500
committerJesse Luehrs <doy@tozt.net>2023-03-09 20:12:29 -0500
commit7729e435241f16e4707fe858c6ace15bd6049c34 (patch)
tree28a407c923b0e145e4ee430d60d1e95ecc8c0107
parent5f4fe0b55d92de36922af372811abf548608edd1 (diff)
downloadrbw-7729e435241f16e4707fe858c6ace15bd6049c34.tar.gz
rbw-7729e435241f16e4707fe858c6ace15bd6049c34.zip
changelog and version bump
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <doy@tozt.net>"]
edition = "2021"