Skip to content

Commit

Permalink
doc: Update version/CHANGELOG for v1.4.8
Browse files Browse the repository at this point in the history
Just a buttplug update
  • Loading branch information
qdot committed Nov 16, 2023
1 parent cb86ea1 commit 98df405
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intiface-engine"
version = "1.4.7"
version = "1.4.8"
authors = ["Nonpolynomial Labs, LLC <kyle@nonpolynomial.com>"]
description = "CLI and Library frontend for the Buttplug sex toy control library"
license = "BSD-3-Clause"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 98df405

Please sign in to comment.