Skip to content

Commit feda4b2

Browse files
committed
Prepare for btsensor 0.1.1 release.
1 parent d4e319d commit feda4b2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

btsensor/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.1
4+
5+
### Bugfixes
6+
7+
- Fixed panic displaying BTHome V2 reading with packet ID.
8+
39
## 0.1.0
410

511
First release of `btsensor`. This supports BTHome v1 and v2 (unencrypted), atc1441 format and pvvx

btsensor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "btsensor"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Andrew Walbran <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)