From 708a36f3b670aa2c6eb48e6abb6c1a13e5c7897d Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Thu, 12 Jan 2023 23:19:16 -0800 Subject: [PATCH] Release version 5.0.3 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6f7a4d..cf1e4044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 6bbe878c..3f98e62a 100644 --- a/package.json +++ b/package.json @@ -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": {