Skip to content

Commit 03e66a5

Browse files
authored
Release 5.5.0 (#842)
1 parent 1ef4bf2 commit 03e66a5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Change Log
22
## Unreleased
33

4+
## [5.5.0](https://github.com/jazzband/django-silk/tree/5.5.0) (2026-03-06)
5+
:release-by: Albert Wang (@albertyw)
6+
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.4.3..5.5.0)
7+
8+
**Fixes:**
9+
- Fix context manager for `_process_response` (#827) @izabala033
10+
- Fix mouse event for sql navigation (#847) @albertyw
11+
12+
**Features/Enhancements:**
13+
14+
- Add support for Django 6.0 (#836) @albertyw
15+
- Add support for Python 3.14 (#834) @albertyw
16+
- Get paginator limit from URL params (#646) @strig
17+
- Hide pagination when there's only one page (#844) @ShlomoCode
18+
19+
**Maintenance and Cleanup:**
20+
- Remove official support for Python 3.9 (#834) @albertyw
21+
- Dependency updates
22+
23+
424
## [5.4.3](https://github.com/jazzband/django-silk/tree/5.4.3) (2025-09-08)
525
:release-by: Albert Wang (@albertyw)
626
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.4.2..5.4.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "silk",
3-
"version": "5.4.3",
3+
"version": "5.5.0",
44
"description": "https://github.com/jazzband/django-silk",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)