Skip to content

Commit

Permalink
chore(main): release 2.0.2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
taobojlen authored Nov 22, 2024
1 parent d157059 commit 36fb431
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.2](https://github.com/taobojlen/django-zeal/compare/v2.0.1...v2.0.2) (2024-11-22)


### Bug Fixes

* **#28:** prevent infinite recursion when custom __eq__ is used. ([#43](https://github.com/taobojlen/django-zeal/issues/43)) ([d157059](https://github.com/taobojlen/django-zeal/commit/d1570593bde02cd5f020fcbfb21350df03e43026))

## [2.0.1](https://github.com/taobojlen/django-zeal/compare/v2.0.0...v2.0.1) (2024-11-13)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-zeal"
version = "2.0.1"
version = "2.0.2"
description = "Detect N+1s in your Django app"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 36fb431

Please sign in to comment.