Skip to content

Commit 525dcd0

Browse files
committed
doc: update version/CHANGELOG for v9.0.8
1 parent f9f0a96 commit 525dcd0

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

buttplug/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 9.0.8 (2025-04-20)
2+
3+
## Features
4+
5+
- Added Device Support
6+
- TryFun Meta 2, Black Hole Plus
7+
- OhMiBox Nex|2
8+
- Sexverse LG389
9+
- Galaku Zaku Aircraft Cup
10+
- JoyHub Pearlconch L, Troi, Tanmouth, Marcela
11+
- Libo Miao
12+
- Svakom Vick Neo 2
13+
- Svakom Iker Neo
14+
- metaXsire Tay 6
15+
- metaXsire HH010
16+
17+
## Bugfixes
18+
19+
- ScalarCmd devices now properly heed user set device limits
20+
- Disconnecting a serial device in use now fires disconnect event
21+
- Versus what it used to do, which was an unbounded, very fast memory leak
22+
123
# 9.0.7 (2025-02-08)
224

325
## Features

buttplug/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "buttplug"
3-
version = "9.0.7"
3+
version = "9.0.8"
44
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
55
description = "Buttplug Intimate Hardware Control Library"
66
license = "BSD-3-Clause"
@@ -61,8 +61,8 @@ serde_json = "1.0.140"
6161
serde_repr = "0.1.20"
6262
uuid = { version = "1.16.0", features = ["serde"] }
6363
url = "2.5.4"
64-
# btleplug = { version = "0.11.7", optional = true }
65-
btleplug = { path = "../../btleplug", optional = true}
64+
btleplug = { version = "0.11.8", optional = true }
65+
# btleplug = { path = "../../btleplug", optional = true}
6666
# btleplug = { git = 'https://github.com/deviceplug/btleplug', branch = 'master', optional = true }
6767
strum_macros = "0.27.1"
6868
strum = "0.27.1"

0 commit comments

Comments
 (0)