Version 0.11.1
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:
- Fix a few typos by @henryiii in #215
- Link back to source by @henryiii in #230
- Update webapp info for 0.11 by @henryiii in #214
- Faster readthedocs by @henryiii in #220
- Fix docs ci job by @henryiii in #239
Internal and tests:
- Bump repo-review deps by @henryiii in #233
- Some cleanup by @henryiii in #237
- Use 3.12 by default for action by @henryiii in #240
- Use maintained fork of prettier by @henryiii in #238
- Use the new github actions reporter for pylint by @henryiii in #222
- Changelog generation by @henryiii in #219
Full Changelog: v0.11.0...v0.11.1