v1.0.13
What's Changed
- hdlcpp: Disable write timeout when timeout value is set to zero by @ekigwana in #28
- Facilitate overrides by @ekigwana in #26
- Update CI, build, add docker container and bump compiler to C++20 by @hansbinderup in #30
- Update readme with instructions for builds by @hansbinderup in #31
- Removed raw pointers and using std::span<uint8_t> as interface by @anedergaard in #32
- Docker update by @anedergaard in #34
- Removed usage of std::vector and replaced with std::array by @anedergaard in #33
- Changed from internal allocation of buffers to external for better memory control by @anedergaard in #35
- typo fix by @anedergaard in #36
New Contributors
- @hansbinderup made their first contribution in #30
- @anedergaard made their first contribution in #32
Full Changelog: v1.0.12...v1.0.13