Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. This project adheres to Semantic Versioning.

Unreleased

0.2.2 — 2025-03-03

Added 🌿

  • Functions to_markdown() and to_rest() now have optional argument include_title=True to exclude doctest title.

Misc

0.2.1 — 2025-02-14

Docs

  • Fixed documentation error: @unittest.skip on base class skipped all inherited tests as well

0.2.0 — 2025-02-14

Added 🌿

  • Functions get_title and get_body to retrieve separate docstring components

Misc

  • Started using scriv for changelog management

  • Started using gist-based dev operations

0.1.0 — 2025-02-11

Added 🌿

  • Initial release (#1)