25.0.0rc1: Fixes towards first release
Pre-release
Pre-release
25.0.0rc1 fixes a bug in the field key returned by GraphQL that allows to recursively get the files contained in directory tree. Miscellaneous maintenance, documentation and style improvements are also included in this release candidate.
What's Changed
- DOC: Add
PyPIpackage badge toREADMEfile by @jhlegarreta in #12 - DOC: Link further types to their documentation by @jhlegarreta in #13
- DOC: Improve code snippet layout in usage documentation by @jhlegarreta in #14
- FIX: Use the GraphQL
keyfield to query directories by @jhlegarreta in #15 - STY: Comply with PEP 0639 by @jhlegarreta in #17
- MNT: Fix regex patterns for coverage excluded paths by @jhlegarreta in #18
- DOC: Miscellaneous documentation fixes by @jhlegarreta in #19
- MNT: Mark the change update script as executable by @jhlegarreta in #20
- MNT: Update the
update_changesscript by @jhlegarreta in #21 - MNT: Remove Sphinx version bounds by @jhlegarreta in #22
- MNT: Do not exclude command patterns from code coverage by @jhlegarreta in #24
- DOC: Populate changes in preparation for a release by @jhlegarreta in #25
Full Changelog: 25.0.0rc0...25.0.0rc1