Skip to content

Commit

Permalink
Release 5.3.0 (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Nov 3, 2024
1 parent 10205cf commit 41c7e22
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Change Log
## Unreleased

## [5.3.0](https://github.com/jazzband/django-silk/tree/5.3.0) (2024-10-25)
:release-by: Albert Wang (@albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.2.0..5.3.0)

**Note: this release removes support for Django 3.2 and Python 3.8**

**Features/Enhancements:**

- Support python 3.13 (#747)

**Fixes:**

- Upgrade jQuery-UI to 1.13.2 to fix XSS vulnerabity (#742)

**Maintenance and Cleanup:**

- Remove Django 3.2 support (#736)
- Drop support for python 3.8 (#749)
- Update python dependencies (#748)


## [5.2.0](https://github.com/jazzband/django-silk/tree/5.2.0) (2024-08-17)
:release-by: Albert Wang (@albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.1.0..5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "silk",
"version": "5.2.0",
"version": "5.3.0",
"description": "https://github.com/jazzband/django-silk",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 41c7e22

Please sign in to comment.