Please see the fragment files in the changelog.d directory.
Decode FRU fields encoded using 6-bit ASCII.
Note that it is currently not possible to encode fields back to 6-bit ASCII.
Exclude FRU sections when the associated
include_*
key has been removed from the[common]
section. (#21)The previous behavior was to assume a section should be included unless the associated
include_*
key was explicitly set to false.
- Always specify UTF-8 encoding when reading TOML files.
- Support Python 3.8 and higher.
- Overhaul the README.
- Add a CHANGELOG.
- Add configurations for common tools:
- Dependabot
- EditorConfig
- pre-commit
- Add a GitHub workflow to test the project.
- Allow project dependencies to auto-update by running
tox run -m update
. - Prepare to test the project using mypy.