Skip to content

Commit 1fa7775

Browse files
committed
chore: Prepare release 1.2.4
1 parent feaee9f commit 1fa7775

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# 1.2.4 (June 2024)
4+
- Revert deepcopying model state to copy
5+
- Update the initial state after calling `refresh_from_db` on the model instance. Thanks, @partizaans!
6+
- Refactor: Extract model state methods
7+
38
# 1.2.3 (February 2024)
49

510
- Fix imports

django_lifecycle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.3"
1+
__version__ = "1.2.4"
22
__author__ = "Robert Singer"
33
__author_email__ = "[email protected]"
44

0 commit comments

Comments
 (0)