From dc6ba504155341825f3fef884504364934a10133 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sun, 17 Mar 2024 15:01:47 -0700 Subject: [PATCH] doc: Update version/CHANGELOG for 7.1.15 --- buttplug/CHANGELOG.md | 13 +++++++++++++ buttplug/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/buttplug/CHANGELOG.md b/buttplug/CHANGELOG.md index 4185a5a61..9e57f10fc 100644 --- a/buttplug/CHANGELOG.md +++ b/buttplug/CHANGELOG.md @@ -1,3 +1,16 @@ +# 7.1.15 (2024-03-17) + +## Features + +- Added Device Support + - Joyhub Firedragon + +## Bugfixes + +- Turn several .expect()'s into warn!() log messages + - Mostly in Lovense Dongle handling. A lot of people have this on without knowing it and it + doesn't react well to being shut down right now. We get several thousand sentry reports a week about this. God I fucking hate the Lovense Dongle. + # 7.1.14 (2024-03-16) ## Features diff --git a/buttplug/Cargo.toml b/buttplug/Cargo.toml index 9d3cba05b..3dc2c1fce 100644 --- a/buttplug/Cargo.toml +++ b/buttplug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buttplug" -version = "7.1.14" +version = "7.1.15" authors = ["Nonpolynomial Labs, LLC "] description = "Buttplug Intimate Hardware Control Library" license = "BSD-3-Clause"