File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 7.0.0 (23/01/26):
2+
3+ Potentially breaking changes:
4+ - Update minimum Flask and Django versions (#132 ) (2026-01-20)
5+
6+ Bug Fixes:
7+ - Add Flask middleware tests and fix signal handler (#139 ) (2026-01-21)
8+
9+ Improvements:
10+ - Add type hints to public API for better IDE and AI support (#136 ) (2026-01-20)
11+
12+ Internal changes:
13+ - Migrate test infrastructure to pytest (#134 ) (2026-01-20)
14+ - Use stable Python 3.14 instead of beta in CI (#133 ) (2026-01-20)
15+ - Update GitHub Actions to latest versions (#130 ) (2026-01-20)
16+ - Replace black and flake8 with ruff (#128 ) (2026-01-13)
17+
118## 6.0.2 (12/01/26):
219
320Internal changes:
Original file line number Diff line number Diff line change 22# 1) we don't load dependencies by storing it in __init__.py
33# 2) hatchling can read it for dynamic versioning (pyproject.toml)
44# 3) we can import it into your module
5- __version__ = "6 .0.2 "
5+ __version__ = "7 .0.0 "
You can’t perform that action at this time.
0 commit comments