- Parser: add a new property, `description`, that combines short and long
descriptions into a single string (thanks to pR0Ps)
- General: support Python 3.12 (thanks to mauvilsa)
(Fork) 0.0.5 (2023-19-18)
- Google: Fix parsing issue of return section (which would not parse `dict[str, Any] | None: Something` correctly)
(Fork) 0.0.4 (2023-08-28)
- Numpy: Add many_yields property
(Fork) 0.0.3 (2023-08-28)
- Google, Numpy, Sphinx: Make "Yields" an official parsed section (`DocstringYields`)
- This corresponds to a PR in the upstream repo that was open
since June 2023 (https://github.com/rr-/docstring_parser/pull/79)
(Fork) 0.0.2 (2023-08-26)
- Google: Added capability to parse the yields section
(Fork) 0.0.1 (2023-08-18)
- Google: Fixed a bug where union style return types (such as `int | str`) are not parsed correctly (https://github.com/rr-/docstring_parser/issues/81)