Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 2.54 KB

CHANGES.rst

File metadata and controls

78 lines (49 loc) · 2.54 KB

CHANGELOG

1.1.0 (2024-10-09)

Breaking changes

  • Drop Support for Python 3.9 (#338)
  • Drop support for Python 3.10

Bugfixes

  • Updated SourceJiraConfig creation in tests to satisfy mypy checks. (#247)

Features

  • Migrated code to pydantic 2 (#284)
  • Generate error message in config validator instead of relying on pydantic
    • it adds additional clutter like pydantic documentation url and is hard to test. (#286)
  • Add support for Python 3.12 (#338)
  • Added support for Python 3.13

Miscellaneus

1.0.1 (2023-02-21)

Breaking changes

  • Drop support for python 3.8 (#224)

Features

  • Upload documentation to github-pages. (#65)
  • Support Python 3.11 (#224)

Miscellaneus

  • Use towncrier to manage newsfragments and changelog. (#222)
  • Migrate dependency management to pipenv (#223)
  • Migrate the automerge pipeline to the shared one. Requiring github app to authenticate. (#225)
  • Migrate version management tool to tbump (#226)
  • Migrate package configuration to pyproject.toml (#231)

1.0.0

Features

  • Support python 3.9 and 3.8
  • Drop support for python 2.7
  • Produce a docker image on docker hub
  • Reference dockerhub hosted image and tagged in readme

0.0.0

  • Created the JIRA Time Machine [by Grzegorz Śliwiński]