Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 23:47
· 77 commits to main since this release

v0.3.0 (2024-06-11)

Breaking

Chore

  • chore(deps-dev): bump black from 23.3.0 to 24.3.0 (#45)

Bumps black from 23.3.0 to 24.3.0.


updated-dependencies:

  • dependency-name: black
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (53818c9)

Ci

  • ci: add workflow for publishing docs (#44)

docs.yml automates the publishing of py-maidr documentation to GitHub Pages. This builds the
static sources using quarto for the website and quartodoc for the API Reference.
The rendering and publishing are accomplished using Quarto's github actions, which can be found
at https://github.com/quarto-dev/quarto-actions.

Resolves: #43 (a6c5886)

Fix