Skip to content

Changelog for derivepassphrase

Keeping a changelog Using Semantic Versioning

0.1.3 (2024-07-28)

Fixed

  • Do not crash upon selecting a key on the command-line if there already is a key stored in the configuration. (#5)
  • Create the configuration directory upon saving, if it does not yet exist. (#6)
  • Isolate the tests properly and consistently from the user’s configuration, so that user configuration problems do not cause unrelated test failures. (#8)
  • Add an alternate MkDocs configuration for building the documentation in offline mode.
  • Fix typing issues according to mypy’s strict mode.

0.1.2 (2024-07-22)

Fixed

  • Include and exclude the correct files in the sdist and wheel distributions. (Previously, sdist contained VCS artifacts, and wheel was missing some paths.)
  • Lint and reformat all code using ruff.
  • Mention mkdocstrings-python in the documentation’s page footer.
  • Remove JavaScript and external font loading from documentation website, so that the site works even in restricted browser settings.
  • Set up a changelog, using towncrier.

0.1.1 (2024-07-14)

Fixed

  • Restore the __version__ attribute in all top-level packages.
  • Declare compatibility with Python 3.10 in project metadata, and include necessary version-specific dependencies.
  • Publish the documentation online, and link to it in the repository metadata and the Python package metadata.

0.1.0 (2024-07-14)

Added

  • Initial release.