Skip to content

Commit 74a51e4

Browse files
chore: Release 7.0.0 (#140)
1 parent 778acc8 commit 74a51e4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

320
Internal changes:

python3/raygun4py/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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"

0 commit comments

Comments
 (0)