File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.22.1] ( https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.1 ) - 2023-09-20
8
+ - Increase ` tn_priority ` max value to ` 9999999999 ` to allow nodes sorting by timestamp. (by [ @simensol ] ( https://github.com/simensol ) in #166 )
9
+ - Bump test requirements.
10
+ - Bump ` pre-commit ` hooks.
11
+
7
12
## [ 0.22.0] ( https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.0 ) - 2023-01-31
8
13
- Ensure cache has been updated, otherwise log a warning.
9
14
- Fix tree methods not working if cache is not configured correctly.
Original file line number Diff line number Diff line change 4
4
5
5
__license__ = "MIT"
6
6
__title__ = "django-treenode"
7
- __version__ = "0.22.0 "
7
+ __version__ = "0.22.1 "
You can’t perform that action at this time.
0 commit comments