Skip to content

Releases: Toilal/rebulk

v3.3.0

14 Dec 15:00
Compare
Choose a tag to compare

v3.3.0 (2023-12-14)

Chore

  • chore: migrate pytest.ini and setup.cfg to pyproject.toml (7b15d02)

  • chore: add python 3.12 in classifiers (c17192c)

Ci

  • ci: fix semantic release commit message (498ced1)

  • ci: fix semantic release after upgrade (af4c390)

  • ci: remove verbose flag from semantic-release command (03d3f94)

Feature

  • feat(dependencies): add python 3.12 support (f6f8927)

v3.2.0

18 Feb 09:10
Compare
Choose a tag to compare

Feature

  • dependencies: Add python 3.11 support and drop python 3.6 support (e4cb0d8)

Fix

  • Remove pytest-runner from setup_requires (4483d17)

v3.1.0

04 Nov 23:09
Compare
Choose a tag to compare

Feature

  • defaults: Add overrides support (#25) (f79e5ea)
  • python: Add python 3.10 support, drop python 3.5 support (a5e6eb7)

v3.0.1

25 Dec 20:39
Compare
Choose a tag to compare

Fix

  • package: Fix broken package No such file or directory: 'CHANGELOG.md' (#24) (33895ff)

Documentation

  • readme: Add semantic release badge (78baca0)
  • readme: Fix title (d5d4db5)

v3.0.0

23 Dec 22:14
Compare
Choose a tag to compare

Feature

  • regex: Replace REGEX_DISABLED environment variable with REBULK_REGEX_ENABLED (d5a8cad)
  • Add python 3.8/3.9 support, drop python 2.7/3.4 support (048a15f)

Breaking

  • regex module is now disabled by default, even if it's available in the python interpreter. You have to set REBULK_REGEX_ENABLED=1 in your environment to enable it, as this module may cause some issues. (d5a8cad)
  • Python 2.7 and 3.4 support have been dropped (048a15f)