Skip to content

Commit

Permalink
Release version 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Jan 14, 2023
1 parent a1f6f5e commit 708a36f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Change Log
## Unreleased

## [5.0.3](https://github.com/jazzband/django-silk/tree/5.0.3) (2023-01-12)
:release-by: Albert Wang (@albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.2..5.0.3)

**Fixes:**

- #46 Retain ordering, view style and limit (#614)
- #157 prevent encoding errors in params (#617)
- #594 Silk fails on constraint check queries (#618) (Fixes compatibility with Django 4.1)

**Features/Enhancements:**

- #132 Add action on sql query list (#611)
- traceback only when needed (#387)

**Dependencies:**

- #625 Drop dependency to jinja2


## [5.0.2](https://github.com/jazzband/django-silk/tree/5.0.2) (2022-10-12)
:release-by: Albert Wang (@albertyw)
[Full Changelog](https://github.com/jazzband/django-silk/compare/5.0.1...5.0.2)
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.0.2",
"version": "5.0.3",
"description": "https://github.com/jazzband/django-silk",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 708a36f

Please sign in to comment.