Skip to content

Commit f10df45

Browse files
committed
Release 5.2.1
1 parent 10205cf commit f10df45

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Change Log
22
## Unreleased
33

4+
## [5.3.0](https://github.com/jazzband/django-silk/tree/5.3.0) (2024-10-25)
5+
:release-by: Albert Wang (@albertyw)
6+
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.2.0..5.3.0)
7+
8+
**Note: this release removes support for Django 3.2 and Python 3.8**
9+
10+
**Features/Enhancements:**
11+
12+
- Support python 3.13 (#747)
13+
14+
**Fixes:**
15+
16+
- Upgrade jQuery-UI to 1.13.2 to fix XSS vulnerabity (#742)
17+
18+
**Maintenance and Cleanup:**
19+
20+
- Remove Django 3.2 support (#736)
21+
- Drop support for python 3.8 (#749)
22+
- Update python dependencies (#748)
23+
24+
425
## [5.2.0](https://github.com/jazzband/django-silk/tree/5.2.0) (2024-08-17)
526
:release-by: Albert Wang (@albertyw)
627
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.1.0..5.2.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "silk",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "https://github.com/jazzband/django-silk",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)