Releases: mkdocstrings/griffe
Releases · mkdocstrings/griffe
1.6.0
1.6.0 - 2025-03-01
Features
- Allow passing literal docstring styles everywhere in the API, not just
Parser
enumeration values (053bf20 by Timothée Mazzucotelli).
Bug Fixes
- Follow symlinks when finding modules (087832f by Timothée Mazzucotelli). Issue-mkdocstrings-python-258
1.5.7
1.5.7 - 2025-02-11
Bug Fixes
1.5.6
1.5.5
1.5.5 - 2025-01-16
Bug Fixes
1.5.4
1.5.3
1.5.3 - 2024-12-26
Code Refactoring
1.5.2
1.5.2 - 2024-12-26
Bug Fixes
- Always resolve aliases when checking APIs (0b4f0da by Timothée Mazzucotelli).
- Don't use same branch name when creating a worktree (6d6c996 by Timothée Mazzucotelli). Issue-337
- Fetch attribute annotations from inherited members too when parsing docstrings (88fb6b6 by Timothée Mazzucotelli). Issue-mkdocstrings/python#175