Skip to content

Commit 385963a

Browse files
committed
doc: Update version/CHANGELOG for multiple projects to b4
1 parent 5c87a98 commit 385963a

File tree

11 files changed

+59
-12
lines changed

11 files changed

+59
-12
lines changed

crates/buttplug_client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 10.0.0-beta4 (2025-12-29)
2+
3+
## Features
4+
5+
- Implement Inputs
6+
- Update name of Input property fields for DeviceList
7+
- This will be a breaking change between beta3 and beta4
8+
9+
## Bugfixes
10+
11+
- Actually check outgoing messages against JSON schema
12+
113
# 10.0.0-beta3 (2025-12-26)
214

315
## Features

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-beta3"
3+
version = "10.0.0-beta4"
44
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
55
description = "Buttplug Intimate Hardware Control Library - Core Library"
66
license = "BSD-3-Clause"

crates/buttplug_client_in_process/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ xinput-manager=["buttplug_server_hwmgr_xinput"]
3131

3232
[dependencies]
3333
buttplug_derive = { version = "0.9.1", path = "../buttplug_derive" }
34-
buttplug_core = { version = "10.0.0-beta3", path = "../buttplug_core" }
34+
buttplug_core = { version = "10.0.0-beta4", path = "../buttplug_core" }
3535
buttplug_client = { version = "10.0.0-beta3", path = "../buttplug_client" }
36-
buttplug_server = { version = "10.0.0-beta3", path = "../buttplug_server" }
37-
buttplug_server_device_config = { version = "10.0.0-beta3", path = "../buttplug_server_device_config" }
36+
buttplug_server = { version = "10.0.0-beta4", path = "../buttplug_server" }
37+
buttplug_server_device_config = { version = "10.0.0-beta4", path = "../buttplug_server_device_config" }
3838
buttplug_server_hwmgr_btleplug = { version = "10.0.0-beta3", path = "../buttplug_server_hwmgr_btleplug", optional = true}
3939
buttplug_server_hwmgr_hid = { version = "10.0.0-beta3", path = "../buttplug_server_hwmgr_hid", optional = true}
4040
buttplug_server_hwmgr_lovense_connect = { version = "10.0.0-beta3", path = "../buttplug_server_hwmgr_lovense_connect", optional = true}

crates/buttplug_core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1+
# 10.0.0-beta4 (2025-12-29)
2+
3+
## Features
4+
5+
- Update name of Input property fields for DeviceList
6+
7+
## Bugfixes
8+
9+
- Actually check outgoing messages against JSON schema
10+
111
# 10.0.0-beta3 (2025-12-26)
212

313
## Features
414

515
- Update dependencies
16+
- Update names of Output property fields for DeviceList
617

718
# 10.0.0-beta2 (2025-10-18)
819

crates/buttplug_core/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_core"
3-
version = "10.0.0-beta3"
3+
version = "10.0.0-beta4"
44
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
55
description = "Buttplug Intimate Hardware Control Library - Core Library"
66
license = "BSD-3-Clause"

crates/buttplug_server/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 10.0.0-beta4 (2025-12-29)
2+
3+
## Features
4+
5+
- Update name of Input property fields for DeviceList
6+
- This will be a breaking change between beta3 and beta4
7+
8+
## Bugfixes
9+
10+
- Actually check outgoing messages against JSON schema
11+
112
# 10.0.0-beta3 (2025-12-26)
213

314
## Features

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-beta3"
3+
version = "10.0.0-beta4"
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/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 10.0.0-beta4 (2025-12-29)
2+
3+
## Features
4+
5+
- Update name of Input property fields for DeviceList
6+
- This will be a breaking change between beta3 and beta4
7+
18
# 10.0.0-beta3 (2025-12-26)
29

310
## Features

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-beta3"
3+
version = "10.0.0-beta4"
44
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
55
description = "Buttplug Intimate Hardware Control Library - Server Device Config 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-beta4 (2025/12/29)
2+
3+
## Bugfixes
4+
5+
- Update various buttplug libraries to beta4, fixing input naming and message schema checking.
6+
17
# Intiface Engine v4.0.0-beta3 (2025/12/26)
28

39
## Features

0 commit comments

Comments
 (0)