Skip to content

Commit

Permalink
doc: Update version/CHANGELOG for rust bridge v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Nov 4, 2023
1 parent 8b156d7 commit 0da2a82
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
12 changes: 12 additions & 0 deletions intiface-engine-flutter-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.0.8 (2023/11/04)

## Features

- Update to Buttplug v7.1.8/Intiface Engine v1.4.7
- Code fix required for a lovense devices to work, which is pretty much a forcing factor for a
new version. :c

## Bugfixes

- Set rust log env var to make reqwest and its dependencies shut up.

# 1.0.7 (2023/10/19)

## Features
Expand Down
7 changes: 2 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.7"
version = "1.0.8"
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 = "1.4.6"
intiface-engine = "1.4.7"
# intiface-engine = { path = "../../intiface-engine" }
# THIS MUST ALWAYS MATCH THE VERSION USED BY INTIFACE ENGINE
# buttplug = { path = "../../buttplug/buttplug" }
buttplug = "7.1.7"
buttplug = "7.1.8"
flutter_rust_bridge = "1.82.3"
log = "0.4.20"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 0da2a82

Please sign in to comment.