Skip to content

Commit

Permalink
doc: Update version/CHANGELOG/deps for v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Oct 8, 2023
1 parent 47048b9 commit c48f7a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Intiface Engine v1.4.5 (2023/10/08)

## Features

- Update to Buttplug v7.1.6
- Fixes Lovense Dongle support
- Added Foreo device support

# Intiface Engine v1.4.4 (2023/10/05)

## Bugfixes
Expand Down
4 changes: 1 addition & 3 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.4"
version = "1.4.5"
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
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.5" }
buttplug = { version = "7.1.6" }
argh = "0.1.12"
log = "0.4.20"
futures = "0.3.28"
Expand Down

0 comments on commit c48f7a2

Please sign in to comment.