From 3b7979aec4732bb41fbdcab4ef606b87412bba74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <66130243+taobojlen@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:18:48 +0000 Subject: [PATCH] chore(main): release 2.0.5 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6be460..0242ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.5](https://github.com/taobojlen/django-zeal/compare/v2.0.4...v2.0.5) (2026-03-18) + + +### Bug Fixes + +* patch M2M descriptor per-instance to preserve prefetch _result_cache ([#51](https://github.com/taobojlen/django-zeal/issues/51)) ([#54](https://github.com/taobojlen/django-zeal/issues/54)) ([42e4a12](https://github.com/taobojlen/django-zeal/commit/42e4a124e60bcbbba75eaaa69d7e0808e1591f3d)) + + +### Performance Improvements + +* reduce detection overhead from ~1.30x to ~1.03x ([#52](https://github.com/taobojlen/django-zeal/issues/52)) ([6b15475](https://github.com/taobojlen/django-zeal/commit/6b15475eba08277a46d3dc47f6d7dcc0542c4d49)) + ## [2.0.4](https://github.com/taobojlen/django-zeal/compare/v2.0.3...v2.0.4) (2025-01-26) diff --git a/pyproject.toml b/pyproject.toml index 8914341..9c015d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django-zeal" -version = "2.0.4" +version = "2.0.5" description = "Detect N+1s in your Django app" readme = "README.md" license = { file = "LICENSE" }