From c2c7e03f05ab504aff46eb692c52422604a29ac1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 26 Dec 2024 23:56:33 -0500 Subject: [PATCH] changelog and version bump --- CHANGELOG.md | 7 ++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f77c68..808939c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Changelog -## Unreleased +## [1.13.0] - 2024-12-26 ### Fixed * Fix preventing the password type selectors in `rbw generate` from being used together. (antecrescent, #198) +* Fix `--clipboard` on Wayland (Maksim Karelov, #192) +* Fix parsing vaults with entries that have non-null field types (Tin Lai, #212) +* Fix lock timeout being reset when checking version (aeber, #216) +* Update API request headers to pass new stricter validation on the official bitwarden.com server (Davide Laezza, #219) +* Make it possible to start the rbw agent process from a graphical session and then access it over SSH (Wim de With, #221) ## [1.12.1] - 2024-07-28 diff --git a/Cargo.lock b/Cargo.lock index c08f361..380f4b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "rbw" -version = "1.12.1" +version = "1.13.0" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8f6bd10..b1bc12b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbw" -version = "1.12.1" +version = "1.13.0" authors = ["Jesse Luehrs "] edition = "2021"