Skip to content

Commit

Permalink
doc: Update version/Deps/CHANGELOG for rust bridge v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Apr 20, 2024
1 parent ab966eb commit db121d7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions intiface-engine-flutter-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.0.15 (2024/04/20)

## Features

- Update to Buttplug v7.1.16/Intiface Engine v2.0.4
- Add hardware support for many JoyHub devices, some Kiiroo, Lioness
- Fix bugs with Lovense Solace, some JoyHub devices

# 1.0.14 (2024/03/17)

## Features
Expand Down
10 changes: 5 additions & 5 deletions intiface-engine-flutter-bridge/Cargo.lock

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

6 changes: 3 additions & 3 deletions intiface-engine-flutter-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intiface_engine_flutter_bridge"
version = "1.0.14"
version = "1.0.15"
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
description = "Rust-Flutter bridge for IntifaceEngine"
license = "BSD-3-Clause"
Expand All @@ -10,11 +10,11 @@ edition = "2021"
exclude = [".vscode/**"]

[dependencies]
intiface-engine = "2.0.3"
intiface-engine = "2.0.4"
# intiface-engine = { path = "../../intiface-engine" }
# THIS MUST ALWAYS MATCH THE VERSION USED BY INTIFACE ENGINE
# buttplug = { path = "../../buttplug/buttplug" }
buttplug = "7.1.15"
buttplug = "7.1.16"
flutter_rust_bridge = "1.82.6"
log = "0.4.21"
lazy_static = "1.4.0"
Expand Down

0 comments on commit db121d7

Please sign in to comment.