Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 2.1 KB

Changelog

v3.2.0 (2023-02-18)

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 (2021-11-04)

Feature

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

v3.0.1 (2020-12-25)

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 (2020-12-23)

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)