Skip to content

Commit c3ba6fd

Browse files
committed
Bump version to 5.0.0 with breaking changes notice
1 parent 9bd6128 commit c3ba6fd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Changes
22

3+
## 5.0.0 (unreleased)
4+
5+
**Breaking Changes:**
6+
- Drop support for Python 3.8 and 3.9. Minimum required version is now Python 3.10.
7+
[jensens]
8+
9+
**Code Modernization:**
10+
- Modernize type hints to use Python 3.10+ syntax (PEP 604: `X | Y` instead of `Union[X, Y]`)
11+
- Use built-in generic types (`list`, `dict`, `tuple`) instead of `typing.List`, `typing.Dict`, `typing.Tuple`
12+
[jensens]
13+
314
## 4.1.2 (unreleased)
415

516
- Fix #54: Add `fixed` install mode for non-editable installations to support production and Docker deployments. The new `editable` mode replaces `direct` as the default (same behavior, clearer naming). The `direct` mode is now deprecated but still works with a warning. Install modes: `editable` (with `-e`, for development), `fixed` (without `-e`, for production/Docker), `skip` (clone only).

0 commit comments

Comments
 (0)