- **NEW**: Drop Python 3.8. - **FIX**: Deprecation warnings.
5.7
- **NEW**: Add support for Python 3.13 beta.
5.6.post1
- **FIX**: Update project metadata to indicate Python 3.12 support.
5.6
- **NEW**: Officially support Python 3.12.
5.5.1
- **FIX**: Fix some flag issues in `bregex`.
5.5
- **NEW**: `\e` and `\h` have both been deprecated in 6.0. Please migrate to using `\x1b` and `\p{Horiz_Space}` in their respective place. - **FIX**: Fix flag issue with `sub` functions.