Skip to content

Commit

Permalink
chore(main): release 0.2.3 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
taobojlen authored Jul 18, 2024
1 parent f45cabb commit e99f1b4
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

## [0.2.3](https://github.com/taobojlen/zealot/compare/v0.2.2...v0.2.3) (2024-07-18)


### Bug Fixes

* ensure context is reset after leaving ([#8](https://github.com/taobojlen/zealot/issues/8)) ([f45cabb](https://github.com/taobojlen/zealot/commit/f45cabb2abcabce34cd5aed163f7f95c71256e2c))

## [0.2.2](https://github.com/taobojlen/zealot/compare/v0.2.1...v0.2.2) (2024-07-15)


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 = "zealot"
version = "0.2.2"
version = "0.2.3"
description = "Detect N+1s in your Django app"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit e99f1b4

Please sign in to comment.