Skip to content

Latest commit

 

History

History
86 lines (53 loc) · 1.6 KB

CHANGELOG.rst

File metadata and controls

86 lines (53 loc) · 1.6 KB

Changelog

Unreleased changes

Please see the fragment files in the changelog.d directory.

4.1.0 - 2024-09-26

Added

  • Decode FRU fields encoded using 6-bit ASCII.

    Note that it is currently not possible to encode fields back to 6-bit ASCII.

4.0.2 - 2024-08-04

Changed

  • 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.

4.0.1 - 2024-05-30

Fixed

  • Always specify UTF-8 encoding when reading TOML files.

4.0.0 - 2024-04-13

Python support

  • Support Python 3.8 and higher.

Documentation

  • Overhaul the README.
  • Add a CHANGELOG.

Development

  • 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.