All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
These changelog entries will automatically be added to the project release notes. Please keep the focus on the user impact rather than the actual changes made.
Added very basic candumpr implementation using io_uring multishot to read from multiple sockets in
a single receiver thread. This initial implementation only support writing to stdout in can-utils
candump format.
Initial project setup and CI configuration.