Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 770 Bytes

File metadata and controls

31 lines (21 loc) · 770 Bytes

Changelog

All notable changes to this project will be documented in this file.
The format follows Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • (new features here)

Changed

  • (changes to existing functionality here)

Fixed

  • (bug fixes here)

Docs

  • (documentation updates here)

[0.1.0] - 2025-09-02

Changed

  • Edited pytest workflow triggers so that they can be used for status checks on PRs and release branch pushes.
  • Added project.urls to pyproject.toml

Docs

  • Added release and tests status badges to README
  • Added notes about python version requirements to README
  • Clarified steps in RELEASING.md