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.
- fix breakage caused by using internal
log
APIs
std-log
feature to use normal logging for testing etc. @robin-nitrokey
- fix incorrect MIT license copyright info
- add missing dyn trait, will yank 0.1.3
- Doc-hide some of the macros so our dependees don't have documentation noise
- 2021 edition
- Allow independent (e.g. smaller) render buffers @conorpp
- Bug fixes by @conorpp
- Promote existing state (0.1.0-alpha.3) to 0.1.0
- Revamp of logs: only local/gated macros are generated now
- Remove optional semihosting dependency, relegate example implementation to QEMU test
- Relegate stdout/stderr flushers to example submodule
- Simplification of
hex
submodule, removing typenum and implementing all block sizes - Addition of "truncated" hex formats like
hex_fmt
, remove it as dependency instead
Test the release process, meditate on the local_*!
issue.