Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAghyad committed Jul 24, 2024
1 parent 0a42589 commit 9056887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## 0.2.1 (2024-07-24)
- A fix where `post_delete_signal()` was called twice for a model in a foreign-key relationship gets deleted with a cascade deletion constraint.

## 0.2.0 (2024-07-24)
- `post_delete_signal()` is now being sent if a parent model was deleted and triggered a cascade delete.

Expand Down
2 changes: 1 addition & 1 deletion bulk_tracker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 9056887

Please sign in to comment.