Skip to content

Latest commit

 

History

History
136 lines (71 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

136 lines (71 loc) · 3.81 KB

Changelog for the cc-python cookiecutter

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

The format is based on Keep a Changelog, and this project uses Calendar Versioning.

No notable changes have been made.

Fixed

  • Fix setup.py Python versions to reflect that generated projects now support the following versions: 3.9, 3.10, 3.11, and 3.12

Changed

  • Upgrade to pythonboltons/main:2024.01.16 docker image.

Fixed

Fixed

  • Fix readthedocs build by adding build.os option.

Fixed

  • Fix install failure when structlog>=23.
  • Fix test failure when tox>=4.

Changed

  • Migrate applications to use version 0.2.0 of the bolton-clack package.

Changed

  • Moved cc-python GitHub repo from bbugyi200 user account to python-boltons organization.

Changed

  • Upgrade default docker image to latest version: bbugyi/python:2021.12.20

Miscellaneous

  • Cleaned up generated projects' setup.py file.

Miscellaneous

  • Test release.

Fixed

  • Fix 'git push' to 'latest' branch

Changed

  • Push to latest branch on new releases.

Changed

  • Use logo URL query parameter for badges where possible.

Added

  • Added badge section just to show versions.

Fixed

  • Fix version badge update for generated projects.

Added

  • Version badge to cc-python README.

Miscellaneous

  • Test release to ensure version badge on cc-python README is updated.

Added

  • Added cc-python badge to README of generated projects.

Miscellaneous

  • Test release to see if automated releases work.

Miscellaneous

  • First release.