- **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.
5.4
- **NEW**: Officially support Python 3.11. - **NEW**: Add to Bre compatible custom Unicode properties `\p{Vert_Space}` and `\p{Horiz_Space}` that match Regex's new custom properties. This helps to expose vertical space shorthand that was not previously present.