Skip to content

Latest commit

 

History

History
142 lines (84 loc) · 8.28 KB

File metadata and controls

142 lines (84 loc) · 8.28 KB

CHANGELOG

v2.6.0 (2025-10-12)

Testing

Bug fixes

  • Change filter label type from list of string to a string (0b1ed13)

Features

  • Turn the app into a cli (0a2aba1)

v2.5.0 (2025-10-12)

Features

  • Convert to a composite action (8920ed1)

Testing

  • Add tests and run them on ci (7944190)

v2.4.2 (2025-10-03)

Bug fixes

  • Fix updating of git tags (a82d64c)

v2.4.1 (2025-10-03)

Bug fixes

  • Update how deps are specified (1e7e741)
  • Force update major tag during release (791ebe5)

v2.4.0 (2025-10-01)

Bug fixes

  • Update dependency environs to v14 (ac817d7)
  • Use spdx expression for license (d501963)
  • Update dependency environs to v12 (1a6d3e7)
  • Update dependency environs to v11.2.1 (ed172d8)
  • Update dependency environs to v11.2.0 (06eacb1)
  • Update dependency environs to v11.1.0 (14a010c)
  • Update dependency pygithub to v2.5.0 (f2413a5)
  • Update dependency pygithub to v2.4.0 (1a426c0)
  • Update dependency pygithub to v2.3.0 (2668f70)
  • Update dependency environs to v11 (b4f40bd)
  • Update dependency pygithub to v2.2.0 (e92cdcc)
  • Update dependency environs to v10.3.0 (b8a0651)
  • Update dependency environs to v10.2.0 (a97426f)
  • Update dependency environs to v10.1.0 (6f8323b)
  • Update dependency environs to v10 (359b39d)
  • Update dependency pygithub to v2 (5bc7f9a)
  • Update dependency pygithub to v1.59.1 (abc42a0)
  • Update dependency pygithub to v1.59.0 (3538785)
  • Update dependency pygithub to v1.58.2 (174c928)
  • Update dependency pygithub to v1.58.1 (84f09dc)

Features

  • Add support for python 3.14 (2e043d9)
  • Drop support for python 3.9 (4a68425)
  • Drop support for python 3.8 (b43b639)

v2.3.0 (2022-12-12)

Feature

Fix

  • Revert to Python 3.9 (1409765)
  • Use action from current branch (3ce2487)

Documentation

  • Update README.md to suggest forking due to GitHub's wide permission scopes (#265) (cdec691)

v2.2.0 (2020-11-18)

Feature

  • Update python docker tag to v3.9 (#30) (a68699a)

v2.1.0 (2020-11-15)

Feature

  • Migrate project to Poetry (c6983b1)

Fix

  • Update PSR config section (d579490)
  • Disable Poetry venv in Docker (e3e7742)

Documentation

  • Update job name in examples (5e0bef9)

v2.0.1 (2020-10-21)

Fix

v2.0.0 (2020-10-21)

Feature

  • Add hacktoberfest topic to the repo (666cd9f)

Fix

Breaking

  • introduced a date based behaviour to apply or revert based on the month of the year. (666cd9f)

Documentation

v1.1.0 (2020-09-25)

Fix

  • Add version to __init__ to fix deployment (9840351)
  • Bug with empty string from input (31c3b22)

v1 (2020-09-24)

Feature