Skip to content

Commit 298ca2e

Browse files
committed
Bump version
1 parent 2a93308 commit 298ca2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dw3000-ng"
33
description = "A modernized driver for DW3000 Ultra Wide Band module"
4-
version = "0.8.0"
4+
version = "0.8.1"
55
authors = [
66
"Fan Jiang <i@fanjiang.me>",
77
"Clement Pene <clement.pene@sii.fr>",

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ If you are using this in your academic work, please cite it as follows:
5757

5858
## CHANGELOG
5959

60+
### 0.8.1
61+
62+
- Fixed the `STS` register setup when calling `config()` with STS enabled
63+
6064
### 0.8.0
6165

6266
- Renamed the `num-traits` feature to `rssi` to better indicate what it does

0 commit comments

Comments
 (0)