Skip to content

Commit 9537a23

Browse files
committed
doc: Roll version/CHANGELOG for 0.11.4
1 parent 33a2731 commit 9537a23

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 0.11.4 (2024-01-01)
2+
3+
## Bugfixes
4+
5+
- Fix issue with manufacturer data not being consistently found on windows
6+
- Fix UUID used for finding characteristics on windows
7+
- Peripheral connection failure now returns an error
8+
- Peripheral service discovery failure now returns an error
9+
110
# 0.11.3 (2023-11-18)
211

312
## Bugfixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "btleplug"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
authors = ["Nonpolynomial, LLC <kyle@nonpolynomial.com>"]
55
license = "MIT/Apache-2.0/BSD-3-Clause"
66
repository = "https://github.com/deviceplug/btleplug"

0 commit comments

Comments
 (0)