Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

59 lines (30 loc) · 2.04 KB

Changelog

All notable changes to Template-Sandbox will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

This project uses towncrier and the changes for the upcoming release can be found in https://github.com/twisted/my-project/tree/main/changelog.d/.

0.1.0a5 - 2023-05-07

Added

  • Added hypothesis for testing #13
  • Add MutMut for mutation testing #14
  • Add Renovate to check depedency versions #18
  • Add structlog-sentry-logger for logging #19

Fixed

  • Nox session docs is now non-interactive #10
  • Enable import order linting via ruff #21
  • Enable the tests task for pull requests in the CI #23

0.1.0a4 - 2023-04-07

Fixed

  • Remove branch filtering from publish task (CI)

0.1.0a3 - 2023-04-07

Added

  • Feat: add debug-statements, check-added-large-files, and check-ast pre-commit hooks #1
  • Added pylint to lint session (nox) and pre-commit hook #7
  • Feat: programmatically determine package version from pyproject.toml
  • Use towncrier to manage the changelog

Fixed

  • Fixed project links in the changelog template #8