From 98df4055152eafa2b4033395495d39081ed2d14b Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Thu, 16 Nov 2023 09:18:58 -0800 Subject: [PATCH] doc: Update version/CHANGELOG for v1.4.8 Just a buttplug update --- CHANGELOG.md | 7 +++++++ Cargo.lock | 6 ++++-- Cargo.toml | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e38990..687ce7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Intiface Engine v1.4.8 (2023/11/16) + +## Features + +- Update to Buttplug v7.1.9 + - Added Lovense Solace, OhMiBod Foxy, Chill support + # Intiface Engine v1.4.7 (2023/11/04) ## Features diff --git a/Cargo.lock b/Cargo.lock index 5db44b2..02f5742 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,9 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "buttplug" -version = "7.1.8" +version = "7.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46831af07d805da3732c18daa5a6fa24f39c763fc4ca97f463329632c0ef4b9c" dependencies = [ "async-stream", "async-trait", @@ -1311,7 +1313,7 @@ dependencies = [ [[package]] name = "intiface-engine" -version = "1.4.6" +version = "1.4.8" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 64c8d98..d5168a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intiface-engine" -version = "1.4.7" +version = "1.4.8" authors = ["Nonpolynomial Labs, LLC "] description = "CLI and Library frontend for the Buttplug sex toy control library" license = "BSD-3-Clause" @@ -28,7 +28,7 @@ tokio_console=["console-subscriber"] [dependencies] # buttplug = { path = "../buttplug/buttplug" } -buttplug = { version = "7.1.8" } +buttplug = { version = "7.1.9" } argh = "0.1.12" log = "0.4.20" futures = "0.3.28"