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 https://github.com/scientific-python/repo-review/pull/236
* Support object structure in schema by henryiii in https://github.com/scientific-python/repo-review/pull/231
Documentation:
* Fix a few typos by henryiii in https://github.com/scientific-python/repo-review/pull/215
* Link back to source by henryiii in https://github.com/scientific-python/repo-review/pull/230
* Update webapp info for 0.11 by henryiii in https://github.com/scientific-python/repo-review/pull/214
* Faster readthedocs by henryiii in https://github.com/scientific-python/repo-review/pull/220
* Fix docs ci job by henryiii in https://github.com/scientific-python/repo-review/pull/239
Internal and tests:
* Bump repo-review deps by henryiii in https://github.com/scientific-python/repo-review/pull/233
* Some cleanup by henryiii in https://github.com/scientific-python/repo-review/pull/237
* Use 3.12 by default for action by henryiii in https://github.com/scientific-python/repo-review/pull/240
* Use maintained fork of prettier by henryiii in https://github.com/scientific-python/repo-review/pull/238
* Use the new github actions reporter for pylint by henryiii in https://github.com/scientific-python/repo-review/pull/222
* Changelog generation by henryiii in https://github.com/scientific-python/repo-review/pull/219
**Full Changelog**: https://github.com/scientific-python/repo-review/compare/v0.11.0...v0.11.1