Skip to content

Commit e0337bc

Browse files
committed
Update README
1 parent f7a7960 commit e0337bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We mainly test on the ESP32 platform with `embassy` async framework.
2222
Include this crate in your Cargo project by adding the following to `Cargo.toml`:
2323
```toml
2424
[dependencies]
25-
dw3000-ng = "0.9"
25+
dw3000-ng = "1.0"
2626
```
2727

2828
## Documentation
@@ -59,6 +59,10 @@ If you are using this in your academic work, please cite it as follows:
5959

6060
### Current `main`
6161

62+
(Blank)
63+
64+
### 1.0.0
65+
6266
- Added `init_tracing` example to inspect the SPI transactions happening during the initialization of the DW3000
6367
- Modified `rx_wait` to not use `_unchecked` and return `Err` when the decoding of the 802.15.4 frame fails
6468
- **BREAKING**: The library is now both `sync` and `async` compatible. The feature `async` can be used to enable the corresponding interfaces.

0 commit comments

Comments
 (0)