Skip to content

Commit

Permalink
build: Update deps/version/CHANGELOG for v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Mar 16, 2024
1 parent 2e8cac4 commit b1b4923
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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 v2.0.2 (2024/03/16)

## Features

- Update to Buttplug v7.1.14
- Added more device support (see Buttplug CHANGELOG)

# Intiface Engine v2.0.1 (2024/01/27)

## Features
Expand Down
6 changes: 3 additions & 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 = "2.0.1"
version = "2.0.2"
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
description = "CLI and Library frontend for the Buttplug sex toy control library"
license = "BSD-3-Clause"
Expand All @@ -25,7 +25,7 @@ tokio_console=["console-subscriber"]

[dependencies]
# buttplug = { path = "../buttplug/buttplug" }
buttplug = "7.1.13"
buttplug = "7.1.14"
argh = "0.1.12"
log = "0.4.20"
futures = "0.3.30"
Expand Down

0 comments on commit b1b4923

Please sign in to comment.