We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e90748 commit a62ff00Copy full SHA for a62ff00
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+### v0.5.0 (2021-03-02)
2
+
3
+- Use `byte` crate instead of `bytes` for encoding/decoding ([#35])
4
+- Fix accidental dependence on `alloc` ([#35])
5
+- Fix crate not compiling on thumbv6m targets ([#35])
6
7
+[#35]: https://github.com/braun-embedded/rust-ieee802.15.4/pull/35
8
9
10
### v0.4.0 (2020-09-15)
11
12
- Fix panic when encoding frame header ([#26])
0 commit comments