Skip to content

Commit 3334d6e

Browse files
committed
doc: Update version/CHANGELOGs for 10.0.0-beta2
1 parent d6b8a94 commit 3334d6e

File tree

7 files changed

+11
-15
lines changed

7 files changed

+11
-15
lines changed

crates/buttplug_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "buttplug_client"
3-
version = "10.0.0-beta1"
3+
version = "10.0.0-beta2"
44
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
55
description = "Buttplug Intimate Hardware Control Library - Core Library"
66
license = "BSD-3-Clause"

crates/buttplug_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "buttplug_server"
3-
version = "10.0.0"
3+
version = "10.0.0-beta2"
44
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
55
description = "Buttplug Intimate Hardware Control Library - Core Library"
66
license = "BSD-3-Clause"

crates/buttplug_server_device_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "buttplug_server_device_config"
3-
version = "10.0.0-beta1"
3+
version = "10.0.0-beta2"
44
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
55
description = "Buttplug Intimate Hardware Control Library - Server Device Config Library"
66
license = "BSD-3-Clause"

crates/buttplug_tests/CHANGELOG.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

crates/buttplug_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "buttplug_tests"
3-
version = "10.0.0"
3+
version = "0.0.0"
44
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
55
description = "Buttplug Intimate Hardware Control Library - Core Library"
66
license = "BSD-3-Clause"

crates/intiface_engine/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Intiface Engine v4.0.0-beta2 (2025/10/18)
2+
3+
## Bugfixes
4+
5+
- Allow engine to actually exit when stopping REST API
6+
17
# Intiface Engine v4.0.0-beta1 (2025/10/12)
28

39
## Features

crates/intiface_engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intiface-engine"
3-
version = "4.0.0-beta1"
3+
version = "4.0.0-beta2"
44
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
55
description = "CLI and Library frontend for the Buttplug sex toy control library"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)