v0.3.0
This release (the first in a very long time) has been led by @robamu - huge thanks to him for making this happen!
What's Changed
- all easy clippy fixes and cargo fmt by @robamu in #21
- Make overhead and encoding len functions const by @robamu in #20
- Possible encoder bugfix by @robamu in #22
- add changelog by @robamu in #28
- Better error handling by @robamu in #30
- Add GitHub CI by @robamu in #31
- changelog update by @robamu in #33
- improve documentation, clarify behaviour regarding sentinel value by @robamu in #29
- bump rust edition to 2021 by @robamu in #34
- actually forgot the bump.. by @robamu in #35
- avoid panic on decode calls by @robamu in #36
- basic tests for encoder errors by @robamu in #37
allocfeature that is stillno_stdby @jscatena88 in #24- new alloc and std feature by @robamu in #38
- chore: update quickcheck dependency by @kaffarell in #25
- DecodeError tweak and consisten decode error behaviour by @robamu in #39
- add optional defmt support by @robamu in #40
- remove travis CI by @robamu in #42
- add optional serde support by @robamu in #41
- various improvements for documentation by @robamu in #43
- basic decoder error check by @robamu in #44
- prepare v0.3.0 by @robamu in #45
New Contributors
- @robamu made their first contribution in #21
- @jscatena88 made their first contribution in #24
- @kaffarell made their first contribution in #25
Full Changelog: v0.2.3...v0.3.0