Skip to content

Version 0.11.1

Compare
Choose a tag to compare
@henryiii henryiii released this 20 Aug 04:04
· 9 commits to main since this release
566ffce

This release fixes an issue with (Windows) systems not set to unicode; it's no longer required to set PYTHONUTF8 to 1 to run on these systems. We also now support a key-value structure in the Schema for ignores, which in the future may allow us to print out reasons for suppression (older versions still read this correctly). We also updated the docs, including links back to the source. We are ready and testing on Python 3.13, and 3.12 is now the default for things like the GitHub Action.

Fixes:

  • Ensure utf-8 encoding if something else is default and unset by @henryiii in #236
  • Support object structure in schema by @henryiii in #231

Documentation:

Internal and tests:

Full Changelog: v0.11.0...v0.11.1