Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Calendar Versioning. The first number of the version is the year. The second number is incremented with each release, starting at 1 for each year. The third number is for emergencies when we need to start branches for older releases, or for very minor changes.

Changes

  • Make first release
  • Actually compare directs (#397)
  • Specify automation profile (#406)
  • Fix splatting in Windows install script in contributing guide (#413)
  • Fix sync.py for lock.json existing but empty (#415)
  • Fix powershell invocation for paths containing spaces (#416)
  • Produce an output requirements.txt with all requirements (#417)
  • Mitigate CVE-2024-37891 by setting urllib3>=2.2.2 (#421)
  • Add changelog entry step to contribution flow (#423)
  • Added towncrier
  • Fix changerelease workflow and reduce duplication