Skip to content

Commit

Permalink
chore(main): release 1.4.1 (taobojlen#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
taobojlen authored and MaxTet1703 committed Nov 6, 2024
1 parent 2ba9ea9 commit 2e8ac95
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

## [1.4.1](https://github.com/taobojlen/django-zeal/compare/v1.4.0...v1.4.1) (2024-09-22)


### Performance Improvements

* don't load context in callstack ([#26](https://github.com/taobojlen/django-zeal/issues/26)) ([5ade002](https://github.com/taobojlen/django-zeal/commit/5ade0023be95173506167e5cd50388a8dbb5b5e9))

## [1.4.0](https://github.com/taobojlen/django-zeal/compare/v1.3.0...v1.4.0) (2024-09-03)

**NOTE**: In versions 1.1.0 - 1.3.0, there was a bug that caused `zeal` to be active
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 = "1.4.0"
version = "1.4.1"
description = "Detect N+1s in your Django app"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 2e8ac95

Please sign in to comment.